Html Css Color HEX #EB80D0 Tea Rose

📋 copy color: '#EB80D0'

red 235 ◦ green 128 ◦ blue 208

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

Shades of Tea Rose #EB80D0

Tints of Tea Rose #EB80D0

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.42%

 BLUE value IS 208 (81.64% from 255) = 36.43%

R = 41.16%
G = 22.42%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EB80D0 (or 0xEB80D0) is known color: Tea Rose. HEX triplet: EB, 80 and D0. RGB value is (235,128,208). Sum of RGB (Red+Green+Blue) = 235+128+208=571 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.16% from 571); Green value is 128 (50.39% from 255 or 22.42% from 571); Blue value is 208 (81.64% from 255 or 36.43% from 571); Max value from RGB is 235 - color contains mainly: red. Hex color #EB80D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB80D0 is #147F2F. Grayscale: #A8A8A8. Windows color (decimal): -1343280 or 13664491. OLE color: 13664491.

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

Color convert

RGB 235 128 208 -
CMYK 0 0.46 0.11 0.08
HSL 315.14º 0.73% 0.71% -
HSV(B) 315.14º 0.46% 0.92% -
XYZ 53.37 37.65 64.13 -
YUV 169.11 149.95 175 -
System Red Green Blue C M Y K H S L
Decimal 235 128 208 0 0.46 0.11 0.08 315.14 0.73 0.71
Hex EB 80 D0 0 2E B 8 13B 49 47
Octal 353 200 320 0 56 13 10 473 111 107
Binary 11101011 10000000 11010000 0 101110 1011 1000 100111011 1001001 1000111

Color Harmonies of #EB80D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB80D0

Black with #EB80D0

Text Example


Text Example

White with #EB80D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB80D0; }

 p { color: rgb(235,128,208); }

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

background-color css

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

 a { background-color: rgb(235,128,208); }

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

border-color css

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

 span { border-color: rgb(235,128,208); }

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