#ee7ac7

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

Shades of Tea Rose #EE7AC7

Tints of Tea Rose #EE7AC7

Color information

#EE7AC7 (or 0xEE7AC7) is unknown color: approx Tea Rose. HEX triplet: EE, 7A and C7. RGB value is (238,122,199). Sum of RGB (Red+Green+Blue) = 238+122+199=559 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.58% from 559); Green value is 122 (48.05% from 255 or 21.82% from 559); Blue value is 199 (78.12% from 255 or 35.60% from 559); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7AC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7AC7 is #118538. Grayscale: #A5A5A5. Windows color (decimal): -1148217 or 13073134. OLE color: 13073134.

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

Color convert

RGB238122199-
CMYK00.490.160.07
HSL320.17º77.33%70.59%-
HSV(B)320.17º48.74%93.33%-
XYZ52.5336.2258.26-
YUV165.46146.93179.74-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.58%
GREEN value IS 122 (48.05% from 255) = 21.82%
BLUE value IS 199 (78.12% from 255) = 35.60%
R=42.58%
G=21.82%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812219900.490.160.07320.1777.3370.59
HexEE7AC70311071404d47
Octal356172307061207500115107
Binary1110111011110101100011101100011000011110100000010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee7ac7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee7ac7; }

 p { color: rgb(238,122,199); }

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

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

 a { background-color: rgb(238,122,199); }

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

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

 span { border-color: rgb(238,122,199); }

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