#EB87C3

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

Shades of Tea Rose #EB87C3

Tints of Tea Rose #EB87C3

Color information

#EB87C3 (or 0xEB87C3) is unknown color: approx Tea Rose. HEX triplet: EB, 87 and C3. RGB value is (235,135,195). Sum of RGB (Red+Green+Blue) = 235+135+195=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 135 (53.12% from 255 or 23.89% from 565); Blue value is 195 (76.56% from 255 or 34.51% from 565); Max value from RGB is 235 - color contains mainly: red. Hex color #EB87C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB87C3 is #14783C. Grayscale: #ABABAB. Windows color (decimal): -1341501 or 12814315. OLE color: 12814315.

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

Color convert

RGB235135195-
CMYK00.430.170.08
HSL324º71.43%72.55%-
HSV(B)324º42.55%92.16%-
XYZ52.7838.9356.36-
YUV171.74141.13173.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.59%
GREEN value IS 135 (53.12% from 255) = 23.89%
BLUE value IS 195 (76.56% from 255) = 34.51%
R=41.59%
G=23.89%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513519500.430.170.0832471.4372.55
HexEB87C302B1181444749
Octal3532073030532110504107111
Binary111010111000011111000011010101110001100010100010010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB87C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB87C3; }

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

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

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

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

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

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

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

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