#EE84CD

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

Shades of Tea Rose #EE84CD

Tints of Tea Rose #EE84CD

Color information

#EE84CD (or 0xEE84CD) is unknown color: approx Tea Rose. HEX triplet: EE, 84 and CD. RGB value is (238,132,205). Sum of RGB (Red+Green+Blue) = 238+132+205=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 132 (51.95% from 255 or 22.96% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 238 - color contains mainly: red. Hex color #EE84CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE84CD is #117B32. Grayscale: #ABABAB. Windows color (decimal): -1145651 or 13468910. OLE color: 13468910.

HSL color Cylindrical-coordinate representation of color #EE84CD: hue angle of 318.68º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE84CD is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB238132205-
CMYK00.450.140.07
HSL318.68º75.71%72.55%-
HSV(B)318.68º44.54%93.33%-
XYZ54.5339.0962.43-
YUV172.02146.62175.06-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.39%
GREEN value IS 132 (51.95% from 255) = 22.96%
BLUE value IS 205 (80.47% from 255) = 35.65%
R=41.39%
G=22.96%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813220500.450.140.07318.6875.7172.55
HexEE84CD02DE713f4c49
Octal356204315055167477114111
Binary1110111010000100110011010101101111011110011111110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE84CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE84CD; }

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

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

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

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

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

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

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

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