#EE81CD

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

Shades of Tea Rose #EE81CD

Tints of Tea Rose #EE81CD

Color information

#EE81CD (or 0xEE81CD) is unknown color: approx Tea Rose. HEX triplet: EE, 81 and CD. RGB value is (238,129,205). Sum of RGB (Red+Green+Blue) = 238+129+205=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 129 (50.78% from 255 or 22.55% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 238 - color contains mainly: red. Hex color #EE81CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE81CD is #117E32. Grayscale: #AAAAAA. Windows color (decimal): -1146419 or 13468142. OLE color: 13468142.

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

Color convert

RGB238129205-
CMYK00.460.140.07
HSL318.17º76.22%71.96%-
HSV(B)318.17º45.8%93.33%-
XYZ54.1338.2962.29-
YUV170.26147.61176.32-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.61%
GREEN value IS 129 (50.78% from 255) = 22.55%
BLUE value IS 205 (80.47% from 255) = 35.84%
R=41.61%
G=22.55%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812920500.460.140.07318.1776.2271.96
HexEE81CD02EE713e4c48
Octal356201315056167476114110
Binary1110111010000001110011010101110111011110011111010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE81CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE81CD; }

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

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

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

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

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

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

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

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