#EF84CD

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

Shades of Tea Rose #EF84CD

Tints of Tea Rose #EF84CD

Color information

#EF84CD (or 0xEF84CD) is unknown color: approx Tea Rose. HEX triplet: EF, 84 and CD. RGB value is (239,132,205). Sum of RGB (Red+Green+Blue) = 239+132+205=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 132 (51.95% from 255 or 22.92% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EF84CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF84CD is #107B32. Grayscale: #ACACAC. Windows color (decimal): -1080115 or 13468911. OLE color: 13468911.

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

Color convert

RGB239132205-
CMYK00.450.140.06
HSL319.07º76.98%72.75%-
HSV(B)319.07º44.77%93.73%-
XYZ54.8739.2662.44-
YUV172.32146.45175.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.49%
GREEN value IS 132 (51.95% from 255) = 22.92%
BLUE value IS 205 (80.47% from 255) = 35.59%
R=41.49%
G=22.92%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913220500.450.140.06319.0776.9872.75
HexEF84CD02DE613f4d49
Octal357204315055166477115111
Binary1110111110000100110011010101101111011010011111110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF84CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF84CD; }

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

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

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

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

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

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

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

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