Html Css Color HEX #EB80A8 Tickle Me Pink

📋 copy color: '#EB80A8'

red 235 ◦ green 128 ◦ blue 168

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

Shades of Tickle Me Pink #EB80A8

Tints of Tickle Me Pink #EB80A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.64%

R = 44.26%
G = 24.11%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EB80A8 (or 0xEB80A8) is known color: Tickle Me Pink. HEX triplet: EB, 80 and A8. RGB value is (235,128,168). Sum of RGB (Red+Green+Blue) = 235+128+168=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 168 (66.02% from 255 or 31.64% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EB80A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB80A8 is #147F57. Grayscale: #A4A4A4. Windows color (decimal): -1343320 or 11043051. OLE color: 11043051.

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

Color convert

RGB 235 128 168 -
CMYK 0 0.46 0.29 0.08
HSL 337.57º 0.73% 0.71% -
HSV(B) 337.57º 0.46% 0.92% -
XYZ 49.05 35.93 41.4 -
YUV 164.55 129.95 178.25 -
System Red Green Blue C M Y K H S L
Decimal 235 128 168 0 0.46 0.29 0.08 337.57 0.73 0.71
Hex EB 80 A8 0 2E 1D 8 152 49 47
Octal 353 200 250 0 56 35 10 522 111 107
Binary 11101011 10000000 10101000 0 101110 11101 1000 101010010 1001001 1000111

Color Harmonies of #EB80A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB80A8

Black with #EB80A8

Text Example


Text Example

White with #EB80A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB80A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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