#EF84C6

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

Shades of Tea Rose #EF84C6

Tints of Tea Rose #EF84C6

Color information

#EF84C6 (or 0xEF84C6) is unknown color: approx Tea Rose. HEX triplet: EF, 84 and C6. RGB value is (239,132,198). Sum of RGB (Red+Green+Blue) = 239+132+198=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 132 (51.95% from 255 or 23.20% from 569); Blue value is 198 (77.73% from 255 or 34.80% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EF84C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF84C6 is #107B39. Grayscale: #ABABAB. Windows color (decimal): -1080122 or 13010159. OLE color: 13010159.

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

Color convert

RGB239132198-
CMYK00.450.170.06
HSL322.99º76.98%72.75%-
HSV(B)322.99º44.77%93.73%-
XYZ54.0438.9358.09-
YUV171.52142.95176.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.00%
GREEN value IS 132 (51.95% from 255) = 23.20%
BLUE value IS 198 (77.73% from 255) = 34.80%
R=42.00%
G=23.20%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913219800.450.170.06322.9976.9872.75
HexEF84C602D1161434d49
Octal357204306055216503115111
Binary11101111100001001100011001011011000111010100001110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF84C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF84C6; }

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

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

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

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

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

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

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

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