#EA87CB

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

Shades of Tea Rose #EA87CB

Tints of Tea Rose #EA87CB

Color information

#EA87CB (or 0xEA87CB) is unknown color: approx Tea Rose. HEX triplet: EA, 87 and CB. RGB value is (234,135,203). Sum of RGB (Red+Green+Blue) = 234+135+203=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 135 (53.12% from 255 or 23.60% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EA87CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA87CB is #157834. Grayscale: #ACACAC. Windows color (decimal): -1407029 or 13338602. OLE color: 13338602.

HSL color Cylindrical-coordinate representation of color #EA87CB: hue angle of 318.79º 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 #EA87CB is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB234135203-
CMYK00.420.130.08
HSL318.79º70.21%72.35%-
HSV(B)318.79º42.31%91.76%-
XYZ53.3839.1361.24-
YUV172.35145.3171.97-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.91%
GREEN value IS 135 (53.12% from 255) = 23.60%
BLUE value IS 203 (79.69% from 255) = 35.49%
R=40.91%
G=23.60%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413520300.420.130.08318.7970.2172.35
HexEA87CB02AD813f4648
Octal3522073130521510477106110
Binary11101010100001111100101101010101101100010011111110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA87CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA87CB; }

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

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

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

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

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

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

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

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