Html Css Color HEX #EF80AA Tickle Me Pink

📋 copy color: '#EF80AA'

red 239 ◦ green 128 ◦ blue 170

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

Shades of Tickle Me Pink #EF80AA

Tints of Tickle Me Pink #EF80AA

RGB

 RED value IS 239 (93.75% from 255) = 44.51%

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

 BLUE value IS 170 (66.8% from 255) = 31.66%

R = 44.51%
G = 23.84%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EF80AA (or 0xEF80AA) is known color: Tickle Me Pink. HEX triplet: EF, 80 and AA. RGB value is (239,128,170). Sum of RGB (Red+Green+Blue) = 239+128+170=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EF80AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF80AA is #107F55. Grayscale: #A5A5A5. Windows color (decimal): -1081174 or 11174127. OLE color: 11174127.

HSL color Cylindrical-coordinate representation of color #EF80AA: hue angle of 337.3º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF80AA is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 128 170 -
CMYK 0 0.46 0.29 0.06
HSL 337.3º 0.78% 0.72% -
HSV(B) 337.3º 0.46% 0.94% -
XYZ 50.57 36.69 42.45 -
YUV 165.98 130.27 180.08 -
System Red Green Blue C M Y K H S L
Decimal 239 128 170 0 0.46 0.29 0.06 337.3 0.78 0.72
Hex EF 80 AA 0 2E 1D 6 151 4E 48
Octal 357 200 252 0 56 35 6 521 116 110
Binary 11101111 10000000 10101010 0 101110 11101 110 101010001 1001110 1001000

Color Harmonies of #EF80AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF80AA

Black with #EF80AA

Text Example


Text Example

White with #EF80AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF80AA; }

 p { color: rgb(239,128,170); }

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

background-color css

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

 a { background-color: rgb(239,128,170); }

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

border-color css

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

 span { border-color: rgb(239,128,170); }

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