#EF8ECD

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

Shades of Tea Rose #EF8ECD

Tints of Tea Rose #EF8ECD

Color information

#EF8ECD (or 0xEF8ECD) is unknown color: approx Tea Rose. HEX triplet: EF, 8E and CD. RGB value is (239,142,205). Sum of RGB (Red+Green+Blue) = 239+142+205=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 142 (55.86% from 255 or 24.23% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8ECD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8ECD is #107132. Grayscale: #B2B2B2. Windows color (decimal): -1077555 or 13471471. OLE color: 13471471.

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

Color convert

RGB239142205-
CMYK00.410.140.06
HSL321.03º75.19%74.71%-
HSV(B)321.03º40.59%93.73%-
XYZ56.2942.162.92-
YUV178.18143.14171.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.78%
GREEN value IS 142 (55.86% from 255) = 24.23%
BLUE value IS 205 (80.47% from 255) = 34.98%
R=40.78%
G=24.23%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914220500.410.140.06321.0375.1974.71
HexEF8ECD029E61414b4b
Octal357216315051166501113113
Binary1110111110001110110011010101001111011010100000110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8ECD; }

 p { color: rgb(239,142,205); }

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

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

 a { background-color: rgb(239,142,205); }

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

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

 span { border-color: rgb(239,142,205); }

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