#EF8EC5

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

Shades of Tea Rose #EF8EC5

Tints of Tea Rose #EF8EC5

Color information

#EF8EC5 (or 0xEF8EC5) is unknown color: approx Tea Rose. HEX triplet: EF, 8E and C5. RGB value is (239,142,197). Sum of RGB (Red+Green+Blue) = 239+142+197=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 142 (55.86% from 255 or 24.57% from 578); Blue value is 197 (77.34% from 255 or 34.08% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8EC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8EC5 is #10713A. Grayscale: #B1B1B1. Windows color (decimal): -1077563 or 12947183. OLE color: 12947183.

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

Color convert

RGB239142197-
CMYK00.410.180.06
HSL325.98º75.19%74.71%-
HSV(B)325.98º40.59%93.73%-
XYZ55.3541.7357.96-
YUV177.27139.14172.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.35%
GREEN value IS 142 (55.86% from 255) = 24.57%
BLUE value IS 197 (77.34% from 255) = 34.08%
R=41.35%
G=24.57%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914219700.410.180.06325.9875.1974.71
HexEF8EC50291261464b4b
Octal357216305051226506113113
Binary11101111100011101100010101010011001011010100011010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8EC5; }

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

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

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

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

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

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

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

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