Html Css Color HEX #EB87C0 Tea Rose

📋 copy color: '#EB87C0'

red 235 ◦ green 135 ◦ blue 192

#EB87C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #EB87C0

Tints of Tea Rose #EB87C0

RGB

 RED value IS 235 (92.19% from 255) = 41.81%

 GREEN value IS 135 (53.13% from 255) = 24.02%

 BLUE value IS 192 (75.39% from 255) = 34.16%

R = 41.81%
G = 24.02%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EB87C0 (or 0xEB87C0) is known color: Tea Rose. HEX triplet: EB, 87 and C0. RGB value is (235,135,192). Sum of RGB (Red+Green+Blue) = 235+135+192=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 135 (53.12% from 255 or 24.02% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 235 - color contains mainly: red. Hex color #EB87C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB87C0 is #14783F. Grayscale: #ABABAB. Windows color (decimal): -1341504 or 12617707. OLE color: 12617707.

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

Color convert

RGB 235 135 192 -
CMYK 0 0.43 0.18 0.08
HSL 325.8º 0.71% 0.73% -
HSV(B) 325.8º 0.43% 0.92% -
XYZ 52.44 38.8 54.59 -
YUV 171.4 139.63 173.37 -
System Red Green Blue C M Y K H S L
Decimal 235 135 192 0 0.43 0.18 0.08 325.8 0.71 0.73
Hex EB 87 C0 0 2B 12 8 146 47 49
Octal 353 207 300 0 53 22 10 506 107 111
Binary 11101011 10000111 11000000 0 101011 10010 1000 101000110 1000111 1001001

Color Harmonies of #EB87C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB87C0

Black with #EB87C0

Text Example


Text Example

White with #EB87C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB87C0; }

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

 H1.HeaderClassName
 {
   color: #EB87C0;
 }
 .AnyTagClassName
 {
   color: #EB87C0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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