#EF90D0

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

Shades of Tea Rose #EF90D0

Tints of Tea Rose #EF90D0

Color information

#EF90D0 (or 0xEF90D0) is unknown color: approx Tea Rose. HEX triplet: EF, 90 and D0. RGB value is (239,144,208). Sum of RGB (Red+Green+Blue) = 239+144+208=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 144 (56.64% from 255 or 24.37% from 591); Blue value is 208 (81.64% from 255 or 35.19% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF90D0 is #106F2F. Grayscale: #B3B3B3. Windows color (decimal): -1077040 or 13668591. OLE color: 13668591.

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

Color convert

RGB239144208-
CMYK00.400.130.06
HSL319.58º74.8%75.1%-
HSV(B)319.58º39.75%93.73%-
XYZ56.9642.8564.94-
YUV179.7143.97170.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.44%
GREEN value IS 144 (56.64% from 255) = 24.37%
BLUE value IS 208 (81.64% from 255) = 35.19%
R=40.44%
G=24.37%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914420800.400.130.06319.5874.875.1
HexEF90D0028D61404b4b
Octal357220320050156500113113
Binary1110111110010000110100000101000110111010100000010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF90D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF90D0; }

 p { color: rgb(239,144,208); }

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

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

 a { background-color: rgb(239,144,208); }

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

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

 span { border-color: rgb(239,144,208); }

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