Html Css Color HEX #EF70A1 Tickle Me Pink

📋 copy color: '#EF70A1'

red 239 ◦ green 112 ◦ blue 161

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

Shades of Tickle Me Pink #EF70A1

Tints of Tickle Me Pink #EF70A1

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.88%

 BLUE value IS 161 (63.28% from 255) = 31.45%

R = 46.68%
G = 21.88%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF70A1 (or 0xEF70A1) is known color: Tickle Me Pink. HEX triplet: EF, 70 and A1. RGB value is (239,112,161). Sum of RGB (Red+Green+Blue) = 239+112+161=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 161 (63.28% from 255 or 31.45% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF70A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF70A1 is #108F5E. Grayscale: #9B9B9B. Windows color (decimal): -1085279 or 10580207. OLE color: 10580207.

HSL color Cylindrical-coordinate representation of color #EF70A1: hue angle of 336.85º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EF70A1 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 112 161 -
CMYK 0 0.53 0.33 0.06
HSL 336.85º 0.8% 0.69% -
HSV(B) 336.85º 0.53% 0.94% -
XYZ 47.82 32.51 37.47 -
YUV 155.56 131.08 187.52 -
System Red Green Blue C M Y K H S L
Decimal 239 112 161 0 0.53 0.33 0.06 336.85 0.8 0.69
Hex EF 70 A1 0 35 21 6 151 50 45
Octal 357 160 241 0 65 41 6 521 120 105
Binary 11101111 1110000 10100001 0 110101 100001 110 101010001 1010000 1000101

Color Harmonies of #EF70A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF70A1

Black with #EF70A1

Text Example


Text Example

White with #EF70A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF70A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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