#EE7FCE

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

Shades of Tea Rose #EE7FCE

Tints of Tea Rose #EE7FCE

Color information

#EE7FCE (or 0xEE7FCE) is unknown color: approx Tea Rose. HEX triplet: EE, 7F and CE. RGB value is (238,127,206). Sum of RGB (Red+Green+Blue) = 238+127+206=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 127 (50% from 255 or 22.24% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7FCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7FCE is #118031. Grayscale: #A8A8A8. Windows color (decimal): -1146930 or 13533166. OLE color: 13533166.

HSL color Cylindrical-coordinate representation of color #EE7FCE: hue angle of 317.3º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE7FCE is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB238127206-
CMYK00.470.130.07
HSL317.3º76.55%71.57%-
HSV(B)317.3º46.64%93.33%-
XYZ53.9937.8162.85-
YUV169.2148.77177.08-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.68%
GREEN value IS 127 (50% from 255) = 22.24%
BLUE value IS 206 (80.86% from 255) = 36.08%
R=41.68%
G=22.24%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812720600.470.130.07317.376.5571.57
HexEE7FCE02FD713d4d48
Octal356177316057157475115110
Binary111011101111111110011100101111110111110011110110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7FCE; }

 p { color: rgb(238,127,206); }

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

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

 a { background-color: rgb(238,127,206); }

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

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

 span { border-color: rgb(238,127,206); }

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