#EF91CE

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

Shades of Tea Rose #EF91CE

Tints of Tea Rose #EF91CE

Color information

#EF91CE (or 0xEF91CE) is unknown color: approx Tea Rose. HEX triplet: EF, 91 and CE. RGB value is (239,145,206). Sum of RGB (Red+Green+Blue) = 239+145+206=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 145 (57.03% from 255 or 24.58% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EF91CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF91CE is #106E31. Grayscale: #B3B3B3. Windows color (decimal): -1076786 or 13537775. OLE color: 13537775.

HSL color Cylindrical-coordinate representation of color #EF91CE: hue angle of 321.06º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EF91CE is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB239145206-
CMYK00.390.140.06
HSL321.06º74.6%75.29%-
HSV(B)321.06º39.33%93.73%-
XYZ56.8643.0663.71-
YUV180.06142.64170.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.51%
GREEN value IS 145 (57.03% from 255) = 24.58%
BLUE value IS 206 (80.86% from 255) = 34.92%
R=40.51%
G=24.58%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914520600.390.140.06321.0674.675.29
HexEF91CE027E61414b4b
Octal357221316047166501113113
Binary1110111110010001110011100100111111011010100000110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF91CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF91CE; }

 p { color: rgb(239,145,206); }

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

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

 a { background-color: rgb(239,145,206); }

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

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

 span { border-color: rgb(239,145,206); }

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