#EB87CE

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

Shades of Tea Rose #EB87CE

Tints of Tea Rose #EB87CE

Color information

#EB87CE (or 0xEB87CE) is unknown color: approx Tea Rose. HEX triplet: EB, 87 and CE. RGB value is (235,135,206). Sum of RGB (Red+Green+Blue) = 235+135+206=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 135 (53.12% from 255 or 23.44% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 235 - color contains mainly: red. Hex color #EB87CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB87CE is #147831. Grayscale: #ACACAC. Windows color (decimal): -1341490 or 13535211. OLE color: 13535211.

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

Color convert

RGB235135206-
CMYK00.430.120.08
HSL317.4º71.43%72.55%-
HSV(B)317.4º42.55%92.16%-
XYZ54.0739.4563.16-
YUV172.99146.63172.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.80%
GREEN value IS 135 (53.12% from 255) = 23.44%
BLUE value IS 206 (80.86% from 255) = 35.76%
R=40.80%
G=23.44%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513520600.430.120.08317.471.4372.55
HexEB87CE02BC813d4749
Octal3532073160531410475107111
Binary11101011100001111100111001010111100100010011110110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB87CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB87CE; }

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

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

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

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

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

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

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

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