Html Css Color HEX #EB80C6 Tea Rose

📋 copy color: '#EB80C6'

red 235 ◦ green 128 ◦ blue 198

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

Shades of Tea Rose #EB80C6

Tints of Tea Rose #EB80C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.29%

R = 41.89%
G = 22.82%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EB80C6 (or 0xEB80C6) is known color: Tea Rose. HEX triplet: EB, 80 and C6. RGB value is (235,128,198). Sum of RGB (Red+Green+Blue) = 235+128+198=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 198 (77.73% from 255 or 35.29% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EB80C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB80C6 is #147F39. Grayscale: #A7A7A7. Windows color (decimal): -1343290 or 13009131. OLE color: 13009131.

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

Color convert

RGB 235 128 198 -
CMYK 0 0.46 0.16 0.08
HSL 320.75º 0.73% 0.71% -
HSV(B) 320.75º 0.46% 0.92% -
XYZ 52.17 37.18 57.85 -
YUV 167.97 144.95 175.81 -
System Red Green Blue C M Y K H S L
Decimal 235 128 198 0 0.46 0.16 0.08 320.75 0.73 0.71
Hex EB 80 C6 0 2E 10 8 141 49 47
Octal 353 200 306 0 56 20 10 501 111 107
Binary 11101011 10000000 11000110 0 101110 10000 1000 101000001 1001001 1000111

Color Harmonies of #EB80C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB80C6

Black with #EB80C6

Text Example


Text Example

White with #EB80C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB80C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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