Html Css Color HEX #EB88C0 Tea Rose

📋 copy color: '#EB88C0'

red 235 ◦ green 136 ◦ blue 192

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

Shades of Tea Rose #EB88C0

Tints of Tea Rose #EB88C0

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.16%

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

R = 41.74%
G = 24.16%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EB88C0 (or 0xEB88C0) is known color: Tea Rose. HEX triplet: EB, 88 and C0. RGB value is (235,136,192). Sum of RGB (Red+Green+Blue) = 235+136+192=563 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.74% from 563); Green value is 136 (53.52% from 255 or 24.16% from 563); Blue value is 192 (75.39% from 255 or 34.10% from 563); Max value from RGB is 235 - color contains mainly: red. Hex color #EB88C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB88C0 is #14773F. Grayscale: #ABABAB. Windows color (decimal): -1341248 or 12617963. OLE color: 12617963.

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

Color convert

RGB 235 136 192 -
CMYK 0 0.42 0.18 0.08
HSL 326.06º 0.71% 0.73% -
HSV(B) 326.06º 0.42% 0.92% -
XYZ 52.58 39.08 54.64 -
YUV 171.99 139.3 172.95 -
System Red Green Blue C M Y K H S L
Decimal 235 136 192 0 0.42 0.18 0.08 326.06 0.71 0.73
Hex EB 88 C0 0 2A 12 8 146 47 49
Octal 353 210 300 0 52 22 10 506 107 111
Binary 11101011 10001000 11000000 0 101010 10010 1000 101000110 1000111 1001001

Color Harmonies of #EB88C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB88C0

Black with #EB88C0

Text Example


Text Example

White with #EB88C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB88C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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