#EC90CF

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

Shades of Tea Rose #EC90CF

Tints of Tea Rose #EC90CF

Color information

#EC90CF (or 0xEC90CF) is unknown color: approx Tea Rose. HEX triplet: EC, 90 and CF. RGB value is (236,144,207). Sum of RGB (Red+Green+Blue) = 236+144+207=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 144 (56.64% from 255 or 24.53% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #EC90CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC90CF is #136F30. Grayscale: #B2B2B2. Windows color (decimal): -1273649 or 13603052. OLE color: 13603052.

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

Color convert

RGB236144207-
CMYK00.390.120.07
HSL318.91º70.77%74.51%-
HSV(B)318.91º38.98%92.55%-
XYZ55.8342.2864.25-
YUV178.69143.98168.88-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.20%
GREEN value IS 144 (56.64% from 255) = 24.53%
BLUE value IS 207 (81.25% from 255) = 35.26%
R=40.20%
G=24.53%
B=35.26%

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
Decimal23614420700.390.120.07318.9170.7774.51
HexEC90CF027C713f474b
Octal354220317047147477107113
Binary1110110010010000110011110100111110011110011111110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC90CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC90CF; }

 p { color: rgb(236,144,207); }

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

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

 a { background-color: rgb(236,144,207); }

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

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

 span { border-color: rgb(236,144,207); }

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