Html Css Color HEX #EB80C7 Tea Rose

📋 copy color: '#EB80C7'

red 235 ◦ green 128 ◦ blue 199

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

Shades of Tea Rose #EB80C7

Tints of Tea Rose #EB80C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 35.41%

R = 41.81%
G = 22.78%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EB80C7 (or 0xEB80C7) is known color: Tea Rose. HEX triplet: EB, 80 and C7. RGB value is (235,128,199). Sum of RGB (Red+Green+Blue) = 235+128+199=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 128 (50.39% from 255 or 22.78% from 562); Blue value is 199 (78.12% from 255 or 35.41% from 562); Max value from RGB is 235 - color contains mainly: red. Hex color #EB80C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB80C7 is #147F38. Grayscale: #A7A7A7. Windows color (decimal): -1343289 or 13074667. OLE color: 13074667.

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

Color convert

RGB 235 128 199 -
CMYK 0 0.46 0.15 0.08
HSL 320.19º 0.73% 0.71% -
HSV(B) 320.19º 0.46% 0.92% -
XYZ 52.29 37.22 58.46 -
YUV 168.09 145.45 175.73 -
System Red Green Blue C M Y K H S L
Decimal 235 128 199 0 0.46 0.15 0.08 320.19 0.73 0.71
Hex EB 80 C7 0 2E F 8 140 49 47
Octal 353 200 307 0 56 17 10 500 111 107
Binary 11101011 10000000 11000111 0 101110 1111 1000 101000000 1001001 1000111

Color Harmonies of #EB80C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB80C7

Black with #EB80C7

Text Example


Text Example

White with #EB80C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB80C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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