#EF81A1

Color #EF81A1 Tickle Me Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tickle Me Pink #EF81A1

Tints of Tickle Me Pink #EF81A1

Color information

#EF81A1 (or 0xEF81A1) is unknown color: approx Tickle Me Pink. HEX triplet: EF, 81 and A1. RGB value is (239,129,161). Sum of RGB (Red+Green+Blue) = 239+129+161=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 129 (50.78% from 255 or 24.39% from 529); Blue value is 161 (63.28% from 255 or 30.43% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF81A1 is #107E5E. Grayscale: #A5A5A5. Windows color (decimal): -1080927 or 10584559. OLE color: 10584559.

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

Color convert

RGB239129161-
CMYK00.460.330.06
HSL342.55º77.46%72.16%-
HSV(B)342.55º46.03%93.73%-
XYZ49.8836.6238.16-
YUV165.54125.44180.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.18%
GREEN value IS 129 (50.78% from 255) = 24.39%
BLUE value IS 161 (63.28% from 255) = 30.43%
R=45.18%
G=24.39%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912916100.460.330.06342.5577.4672.16
HexEF81A102E2161574d48
Octal357201241056416527115110
Binary111011111000000110100001010111010000111010101011110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF81A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF81A1; }

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

 H1.HeaderClassName
 {
   color: #EF81A1;
 }
 .AnyTagClassName
 {
   color: #EF81A1;
 }
</style>
background-color css

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

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

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

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

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

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