Html Css Color HEX #EF7DAC Tickle Me Pink

📋 copy color: '#EF7DAC'

red 239 ◦ green 125 ◦ blue 172

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

Shades of Tickle Me Pink #EF7DAC

Tints of Tickle Me Pink #EF7DAC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.32%

 BLUE value IS 172 (67.58% from 255) = 32.09%

R = 44.59%
G = 23.32%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF7DAC (or 0xEF7DAC) is known color: Tickle Me Pink. HEX triplet: EF, 7D and AC. RGB value is (239,125,172). Sum of RGB (Red+Green+Blue) = 239+125+172=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 125 (49.22% from 255 or 23.32% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7DAC is #108253. Grayscale: #A4A4A4. Windows color (decimal): -1081940 or 11304431. OLE color: 11304431.

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

Color convert

RGB 239 125 172 -
CMYK 0 0.48 0.28 0.06
HSL 335.26º 0.78% 0.71% -
HSV(B) 335.26º 0.48% 0.94% -
XYZ 50.38 36 43.32 -
YUV 164.44 132.27 181.18 -
System Red Green Blue C M Y K H S L
Decimal 239 125 172 0 0.48 0.28 0.06 335.26 0.78 0.71
Hex EF 7D AC 0 30 1C 6 14F 4E 47
Octal 357 175 254 0 60 34 6 517 116 107
Binary 11101111 1111101 10101100 0 110000 11100 110 101001111 1001110 1000111

Color Harmonies of #EF7DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7DAC

Black with #EF7DAC

Text Example


Text Example

White with #EF7DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7DAC; }

 p { color: rgb(239,125,172); }

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

background-color css

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

 a { background-color: rgb(239,125,172); }

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

border-color css

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

 span { border-color: rgb(239,125,172); }

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