#EE7ACD

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

Shades of Tea Rose #EE7ACD

Tints of Tea Rose #EE7ACD

Color information

#EE7ACD (or 0xEE7ACD) is unknown color: approx Tea Rose. HEX triplet: EE, 7A and CD. RGB value is (238,122,205). Sum of RGB (Red+Green+Blue) = 238+122+205=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 122 (48.05% from 255 or 21.59% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7ACD is #118532. Grayscale: #A5A5A5. Windows color (decimal): -1148211 or 13466350. OLE color: 13466350.

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

Color convert

RGB238122205-
CMYK00.490.140.07
HSL317.07º77.33%70.59%-
HSV(B)317.07º48.74%93.33%-
XYZ53.2436.562-
YUV166.15149.93179.25-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.12%
GREEN value IS 122 (48.05% from 255) = 21.59%
BLUE value IS 205 (80.47% from 255) = 36.28%
R=42.12%
G=21.59%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812220500.490.140.07317.0777.3370.59
HexEE7ACD031E713d4d47
Octal356172315061167475115107
Binary111011101111010110011010110001111011110011110110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7ACD; }

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

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

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

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

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

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

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

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