#EA81CD

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

Shades of Tea Rose #EA81CD

Tints of Tea Rose #EA81CD

Color information

#EA81CD (or 0xEA81CD) is unknown color: approx Tea Rose. HEX triplet: EA, 81 and CD. RGB value is (234,129,205). Sum of RGB (Red+Green+Blue) = 234+129+205=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 129 (50.78% from 255 or 22.71% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 234 - color contains mainly: red. Hex color #EA81CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA81CD is #157E32. Grayscale: #A8A8A8. Windows color (decimal): -1408563 or 13468138. OLE color: 13468138.

HSL color Cylindrical-coordinate representation of color #EA81CD: hue angle of 316.57º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EA81CD is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB234129205-
CMYK00.450.120.08
HSL316.57º71.43%71.18%-
HSV(B)316.57º44.87%91.76%-
XYZ52.837.662.23-
YUV169.06148.29174.32-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.20%
GREEN value IS 129 (50.78% from 255) = 22.71%
BLUE value IS 205 (80.47% from 255) = 36.09%
R=41.20%
G=22.71%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412920500.450.120.08316.5771.4371.18
HexEA81CD02DC813d4747
Octal3522013150551410475107107
Binary11101010100000011100110101011011100100010011110110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA81CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA81CD; }

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

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

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

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

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

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

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

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