#EF84CC

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

Shades of Tea Rose #EF84CC

Tints of Tea Rose #EF84CC

Color information

#EF84CC (or 0xEF84CC) is unknown color: approx Tea Rose. HEX triplet: EF, 84 and CC. RGB value is (239,132,204). Sum of RGB (Red+Green+Blue) = 239+132+204=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 132 (51.95% from 255 or 22.96% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EF84CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF84CC is #107B33. Grayscale: #ACACAC. Windows color (decimal): -1080116 or 13403375. OLE color: 13403375.

HSL color Cylindrical-coordinate representation of color #EF84CC: hue angle of 319.63º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EF84CC is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB239132204-
CMYK00.450.150.06
HSL319.63º76.98%72.75%-
HSV(B)319.63º44.77%93.73%-
XYZ54.7539.2161.81-
YUV172.2145.95175.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.57%
GREEN value IS 132 (51.95% from 255) = 22.96%
BLUE value IS 204 (80.08% from 255) = 35.48%
R=41.57%
G=22.96%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913220400.450.150.06319.6376.9872.75
HexEF84CC02DF61404d49
Octal357204314055176500115111
Binary1110111110000100110011000101101111111010100000010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF84CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF84CC; }

 p { color: rgb(239,132,204); }

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

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

 a { background-color: rgb(239,132,204); }

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

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

 span { border-color: rgb(239,132,204); }

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