#EF8FC9

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

Shades of Tea Rose #EF8FC9

Tints of Tea Rose #EF8FC9

Color information

#EF8FC9 (or 0xEF8FC9) is unknown color: approx Tea Rose. HEX triplet: EF, 8F and C9. RGB value is (239,143,201). Sum of RGB (Red+Green+Blue) = 239+143+201=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 143 (56.25% from 255 or 24.53% from 583); Blue value is 201 (78.91% from 255 or 34.48% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8FC9 is #107036. Grayscale: #B2B2B2. Windows color (decimal): -1077303 or 13209583. OLE color: 13209583.

HSL color Cylindrical-coordinate representation of color #EF8FC9: hue angle of 323.75º 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 #EF8FC9 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB239143201-
CMYK00.400.160.06
HSL323.75º75%74.9%-
HSV(B)323.75º40.17%93.73%-
XYZ55.9642.2160.46-
YUV178.32140.8171.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.99%
GREEN value IS 143 (56.25% from 255) = 24.53%
BLUE value IS 201 (78.91% from 255) = 34.48%
R=40.99%
G=24.53%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914320100.400.160.06323.757574.9
HexEF8FC90281061444b4b
Octal357217311050206504113113
Binary11101111100011111100100101010001000011010100010010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8FC9; }

 p { color: rgb(239,143,201); }

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

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

 a { background-color: rgb(239,143,201); }

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

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

 span { border-color: rgb(239,143,201); }

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