Html Css Color HEX #EF70AC Hot Pink

📋 copy color: '#EF70AC'

red 239 ◦ green 112 ◦ blue 172

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

Shades of Hot Pink #EF70AC

Tints of Hot Pink #EF70AC

RGB

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

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

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

R = 45.7%
G = 21.41%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF70AC (or 0xEF70AC) is known color: Hot Pink. HEX triplet: EF, 70 and AC. RGB value is (239,112,172). Sum of RGB (Red+Green+Blue) = 239+112+172=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 112 (44.14% from 255 or 21.41% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EF70AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF70AC is #108F53. Grayscale: #9C9C9C. Windows color (decimal): -1085268 or 11301103. OLE color: 11301103.

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

Color convert

RGB 239 112 172 -
CMYK 0 0.53 0.28 0.06
HSL 331.65º 0.8% 0.69% -
HSV(B) 331.65º 0.53% 0.94% -
XYZ 48.84 32.92 42.81 -
YUV 156.81 136.58 186.62 -
System Red Green Blue C M Y K H S L
Decimal 239 112 172 0 0.53 0.28 0.06 331.65 0.8 0.69
Hex EF 70 AC 0 35 1C 6 14C 50 45
Octal 357 160 254 0 65 34 6 514 120 105
Binary 11101111 1110000 10101100 0 110101 11100 110 101001100 1010000 1000101

Color Harmonies of #EF70AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF70AC

Black with #EF70AC

Text Example


Text Example

White with #EF70AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF70AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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