#EC88BD

Color #EC88BD Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #EC88BD

Tints of Tea Rose #EC88BD

Color information

#EC88BD (or 0xEC88BD) is unknown color: approx Tea Rose. HEX triplet: EC, 88 and BD. RGB value is (236,136,189). Sum of RGB (Red+Green+Blue) = 236+136+189=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 136 (53.52% from 255 or 24.24% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #EC88BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC88BD is #137742. Grayscale: #ABABAB. Windows color (decimal): -1275715 or 12421356. OLE color: 12421356.

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

Color convert

RGB236136189-
CMYK00.420.200.07
HSL328.2º72.46%72.94%-
HSV(B)328.2º42.37%92.55%-
XYZ52.5839.1252.92-
YUV171.94137.63173.69-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.07%
GREEN value IS 136 (53.52% from 255) = 24.24%
BLUE value IS 189 (74.22% from 255) = 33.69%
R=42.07%
G=24.24%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613618900.420.200.07328.272.4672.94
HexEC88BD02A1471484849
Octal354210275052247510110111
Binary11101100100010001011110101010101010011110100100010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC88BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC88BD; }

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

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

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

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

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

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

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

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