#ec7088

Color #EC7088 Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #EC7088

Tints of Deep Blush #EC7088

Color information

#EC7088 (or 0xEC7088) is unknown color: approx Deep Blush. HEX triplet: EC, 70 and 88. RGB value is (236,112,136). Sum of RGB (Red+Green+Blue) = 236+112+136=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7088 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7088 is #138F77. Grayscale: #979797. Windows color (decimal): -1281912 or 8941804. OLE color: 8941804.

HSL color Cylindrical-coordinate representation of color #EC7088: hue angle of 348.39º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC7088 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB236112136-
CMYK00.530.420.07
HSL348.39º76.54%68.24%-
HSV(B)348.39º52.54%92.55%-
XYZ44.8331.226.95-
YUV151.81119.08188.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 236 (92.58% from 255) = 48.76%
GREEN value IS 112 (44.14% from 255) = 23.14%
BLUE value IS 136 (53.52% from 255) = 28.10%
R=48.76%
G=23.14%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611213600.530.420.07348.3976.5468.24
HexEC70880352A715c4d44
Octal354160210065527534115104
Binary11101100111000010001000011010110101011110101110010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec7088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec7088; }

 p { color: rgb(236,112,136); }

 H1.HeaderClassName
 {
   color: #ec7088;
 }
 .AnyTagClassName
 {
   color: #ec7088;
 }
</style>
background-color css

<style>
 a { background-color: #ec7088; }

 a { background-color: rgb(236,112,136); }

 div.DivClassName
 {
   background-color: #ec7088;
 }
 .BgClassName
 {
   background-color: #ec7088;
 }
</style>
border-color css

<style>
 span { border-color: #ec7088; }

 span { border-color: rgb(236,112,136); }

 td.TdClassName
 {
   border-color: #ec7088;
 }
 .TagClassName
 {
   border-color: #ec7088;
 }
</style>