#EC91CD

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

Shades of Tea Rose #EC91CD

Tints of Tea Rose #EC91CD

Color information

#EC91CD (or 0xEC91CD) is unknown color: approx Tea Rose. HEX triplet: EC, 91 and CD. RGB value is (236,145,205). Sum of RGB (Red+Green+Blue) = 236+145+205=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 145 (57.03% from 255 or 24.74% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #EC91CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC91CD is #136E32. Grayscale: #B2B2B2. Windows color (decimal): -1273395 or 13472236. OLE color: 13472236.

HSL color Cylindrical-coordinate representation of color #EC91CD: hue angle of 320.44º 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 #EC91CD is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB236145205-
CMYK00.390.130.07
HSL320.44º70.54%74.71%-
HSV(B)320.44º38.56%92.55%-
XYZ55.7442.4963.02-
YUV179.05142.65168.62-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.27%
GREEN value IS 145 (57.03% from 255) = 24.74%
BLUE value IS 205 (80.47% from 255) = 34.98%
R=40.27%
G=24.74%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614520500.390.130.07320.4470.5474.71
HexEC91CD027D7140474b
Octal354221315047157500107113
Binary1110110010010001110011010100111110111110100000010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC91CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC91CD; }

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

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

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

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

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

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

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

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