#EA87CD

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

Shades of Tea Rose #EA87CD

Tints of Tea Rose #EA87CD

Color information

#EA87CD (or 0xEA87CD) is unknown color: approx Tea Rose. HEX triplet: EA, 87 and CD. RGB value is (234,135,205). Sum of RGB (Red+Green+Blue) = 234+135+205=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 135 (53.12% from 255 or 23.52% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EA87CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA87CD is #157832. Grayscale: #ACACAC. Windows color (decimal): -1407027 or 13469674. OLE color: 13469674.

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

Color convert

RGB234135205-
CMYK00.420.120.08
HSL317.58º70.21%72.35%-
HSV(B)317.58º42.31%91.76%-
XYZ53.6239.2362.5-
YUV172.58146.3171.81-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.77%
GREEN value IS 135 (53.12% from 255) = 23.52%
BLUE value IS 205 (80.47% from 255) = 35.71%
R=40.77%
G=23.52%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413520500.420.120.08317.5870.2172.35
HexEA87CD02AC813e4648
Octal3522073150521410476106110
Binary11101010100001111100110101010101100100010011111010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA87CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA87CD; }

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

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

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

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

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

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

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

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