Html Css Color HEX #EF70A8 Hot Pink

📋 copy color: '#EF70A8'

red 239 ◦ green 112 ◦ blue 168

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

Shades of Hot Pink #EF70A8

Tints of Hot Pink #EF70A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.37%

R = 46.05%
G = 21.58%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EF70A8 (or 0xEF70A8) is known color: Hot Pink. HEX triplet: EF, 70 and A8. RGB value is (239,112,168). Sum of RGB (Red+Green+Blue) = 239+112+168=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 168 (66.02% from 255 or 32.37% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EF70A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF70A8 is #108F57. Grayscale: #9C9C9C. Windows color (decimal): -1085272 or 11038959. OLE color: 11038959.

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

Color convert

RGB 239 112 168 -
CMYK 0 0.53 0.30 0.06
HSL 333.54º 0.8% 0.69% -
HSV(B) 333.54º 0.53% 0.94% -
XYZ 48.46 32.77 40.82 -
YUV 156.36 134.58 186.95 -
System Red Green Blue C M Y K H S L
Decimal 239 112 168 0 0.53 0.30 0.06 333.54 0.8 0.69
Hex EF 70 A8 0 35 1E 6 14E 50 45
Octal 357 160 250 0 65 36 6 516 120 105
Binary 11101111 1110000 10101000 0 110101 11110 110 101001110 1010000 1000101

Color Harmonies of #EF70A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF70A8

Black with #EF70A8

Text Example


Text Example

White with #EF70A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF70A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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