Html Css Color HEX #EF81A0 Tickle Me Pink

📋 copy color: '#EF81A0'

red 239 ◦ green 129 ◦ blue 160

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

Shades of Tickle Me Pink #EF81A0

Tints of Tickle Me Pink #EF81A0

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.43%

 BLUE value IS 160 (62.89% from 255) = 30.3%

R = 45.27%
G = 24.43%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF81A0 (or 0xEF81A0) is known color: Tickle Me Pink. HEX triplet: EF, 81 and A0. RGB value is (239,129,160). Sum of RGB (Red+Green+Blue) = 239+129+160=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 129 (50.78% from 255 or 24.43% from 528); Blue value is 160 (62.89% from 255 or 30.30% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF81A0 is #107E5F. Grayscale: #A5A5A5. Windows color (decimal): -1080928 or 10519023. OLE color: 10519023.

HSL color Cylindrical-coordinate representation of color #EF81A0: hue angle of 343.09º degrees, saturation: 0.77, 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 #EF81A0 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 129 160 -
CMYK 0 0.46 0.33 0.06
HSL 343.09º 0.77% 0.72% -
HSV(B) 343.09º 0.46% 0.94% -
XYZ 49.79 36.59 37.7 -
YUV 165.42 124.94 180.48 -
System Red Green Blue C M Y K H S L
Decimal 239 129 160 0 0.46 0.33 0.06 343.09 0.77 0.72
Hex EF 81 A0 0 2E 21 6 157 4D 48
Octal 357 201 240 0 56 41 6 527 115 110
Binary 11101111 10000001 10100000 0 101110 100001 110 101010111 1001101 1001000

Color Harmonies of #EF81A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF81A0

Black with #EF81A0

Text Example


Text Example

White with #EF81A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF81A0; }

 p { color: rgb(239,129,160); }

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

background-color css

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

 a { background-color: rgb(239,129,160); }

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

border-color css

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

 span { border-color: rgb(239,129,160); }

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