#EC91D0

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

Shades of Tea Rose #EC91D0

Tints of Tea Rose #EC91D0

Color information

#EC91D0 (or 0xEC91D0) is unknown color: approx Tea Rose. HEX triplet: EC, 91 and D0. RGB value is (236,145,208). Sum of RGB (Red+Green+Blue) = 236+145+208=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 145 (57.03% from 255 or 24.62% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #EC91D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC91D0 is #136E2F. Grayscale: #B3B3B3. Windows color (decimal): -1273392 or 13668844. OLE color: 13668844.

HSL color Cylindrical-coordinate representation of color #EC91D0: hue angle of 318.46º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC91D0 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB236145208-
CMYK00.390.120.07
HSL318.46º70.54%74.71%-
HSV(B)318.46º38.56%92.55%-
XYZ56.142.6464.95-
YUV179.39144.15168.38-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.07%
GREEN value IS 145 (57.03% from 255) = 24.62%
BLUE value IS 208 (81.64% from 255) = 35.31%
R=40.07%
G=24.62%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614520800.390.120.07318.4670.5474.71
HexEC91D0027C713e474b
Octal354221320047147476107113
Binary1110110010010001110100000100111110011110011111010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC91D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC91D0; }

 p { color: rgb(236,145,208); }

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

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

 a { background-color: rgb(236,145,208); }

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

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

 span { border-color: rgb(236,145,208); }

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