#EB87CA

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

Shades of Tea Rose #EB87CA

Tints of Tea Rose #EB87CA

Color information

#EB87CA (or 0xEB87CA) is unknown color: approx Tea Rose. HEX triplet: EB, 87 and CA. RGB value is (235,135,202). Sum of RGB (Red+Green+Blue) = 235+135+202=572 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.08% from 572); Green value is 135 (53.12% from 255 or 23.60% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 235 - color contains mainly: red. Hex color #EB87CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB87CA is #147835. Grayscale: #ACACAC. Windows color (decimal): -1341494 or 13273067. OLE color: 13273067.

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

Color convert

RGB235135202-
CMYK00.430.140.08
HSL319.8º71.43%72.55%-
HSV(B)319.8º42.55%92.16%-
XYZ53.5939.2560.63-
YUV172.54144.63172.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.08%
GREEN value IS 135 (53.12% from 255) = 23.60%
BLUE value IS 202 (79.30% from 255) = 35.31%
R=41.08%
G=23.60%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513520200.430.140.08319.871.4372.55
HexEB87CA02BE81404749
Octal3532073120531610500107111
Binary11101011100001111100101001010111110100010100000010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB87CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB87CA; }

 p { color: rgb(235,135,202); }

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

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

 a { background-color: rgb(235,135,202); }

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

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

 span { border-color: rgb(235,135,202); }

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