Html Css Color HEX #EF70AA Hot Pink

📋 copy color: '#EF70AA'

red 239 ◦ green 112 ◦ blue 170

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

Shades of Hot Pink #EF70AA

Tints of Hot Pink #EF70AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 32.63%

R = 45.87%
G = 21.5%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EF70AA (or 0xEF70AA) is known color: Hot Pink. HEX triplet: EF, 70 and AA. RGB value is (239,112,170). Sum of RGB (Red+Green+Blue) = 239+112+170=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EF70AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF70AA is #108F55. Grayscale: #9C9C9C. Windows color (decimal): -1085270 or 11170031. OLE color: 11170031.

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

Color convert

RGB 239 112 170 -
CMYK 0 0.53 0.29 0.06
HSL 332.6º 0.8% 0.69% -
HSV(B) 332.6º 0.53% 0.94% -
XYZ 48.65 32.84 41.81 -
YUV 156.59 135.58 186.78 -
System Red Green Blue C M Y K H S L
Decimal 239 112 170 0 0.53 0.29 0.06 332.6 0.8 0.69
Hex EF 70 AA 0 35 1D 6 14D 50 45
Octal 357 160 252 0 65 35 6 515 120 105
Binary 11101111 1110000 10101010 0 110101 11101 110 101001101 1010000 1000101

Color Harmonies of #EF70AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF70AA

Black with #EF70AA

Text Example


Text Example

White with #EF70AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF70AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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