#EE7DD0

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

Shades of Tea Rose #EE7DD0

Tints of Tea Rose #EE7DD0

Color information

#EE7DD0 (or 0xEE7DD0) is unknown color: approx Tea Rose. HEX triplet: EE, 7D and D0. RGB value is (238,125,208). Sum of RGB (Red+Green+Blue) = 238+125+208=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 125 (49.22% from 255 or 21.89% from 571); Blue value is 208 (81.64% from 255 or 36.43% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7DD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7DD0 is #11822F. Grayscale: #A8A8A8. Windows color (decimal): -1147440 or 13663726. OLE color: 13663726.

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

Color convert

RGB238125208-
CMYK00.470.130.07
HSL315.93º76.87%71.18%-
HSV(B)315.93º47.48%93.33%-
XYZ53.9837.464.05-
YUV168.25150.44177.75-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.68%
GREEN value IS 125 (49.22% from 255) = 21.89%
BLUE value IS 208 (81.64% from 255) = 36.43%
R=41.68%
G=21.89%
B=36.43%

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
Decimal23812520800.470.130.07315.9376.8771.18
HexEE7DD002FD713c4d47
Octal356175320057157474115107
Binary111011101111101110100000101111110111110011110010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7DD0; }

 p { color: rgb(238,125,208); }

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

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

 a { background-color: rgb(238,125,208); }

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

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

 span { border-color: rgb(238,125,208); }

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