Html Css Color HEX #EF70A2 Tickle Me Pink

📋 copy color: '#EF70A2'

red 239 ◦ green 112 ◦ blue 162

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

Shades of Tickle Me Pink #EF70A2

Tints of Tickle Me Pink #EF70A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 31.58%

R = 46.59%
G = 21.83%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#EF70A2 (or 0xEF70A2) is known color: Tickle Me Pink. HEX triplet: EF, 70 and A2. RGB value is (239,112,162). Sum of RGB (Red+Green+Blue) = 239+112+162=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 112 (44.14% from 255 or 21.83% from 513); Blue value is 162 (63.67% from 255 or 31.58% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EF70A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF70A2 is #108F5D. Grayscale: #9B9B9B. Windows color (decimal): -1085278 or 10645743. OLE color: 10645743.

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

Color convert

RGB 239 112 162 -
CMYK 0 0.53 0.32 0.06
HSL 336.38º 0.8% 0.69% -
HSV(B) 336.38º 0.53% 0.94% -
XYZ 47.91 32.55 37.94 -
YUV 155.67 131.58 187.43 -
System Red Green Blue C M Y K H S L
Decimal 239 112 162 0 0.53 0.32 0.06 336.38 0.8 0.69
Hex EF 70 A2 0 35 20 6 150 50 45
Octal 357 160 242 0 65 40 6 520 120 105
Binary 11101111 1110000 10100010 0 110101 100000 110 101010000 1010000 1000101

Color Harmonies of #EF70A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF70A2

Black with #EF70A2

Text Example


Text Example

White with #EF70A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF70A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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