Html Css Color HEX #EF70B3 Hot Pink

📋 copy color: '#EF70B3'

red 239 ◦ green 112 ◦ blue 179

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

Shades of Hot Pink #EF70B3

Tints of Hot Pink #EF70B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.77%

R = 45.09%
G = 21.13%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#EF70B3 (or 0xEF70B3) is known color: Hot Pink. HEX triplet: EF, 70 and B3. RGB value is (239,112,179). Sum of RGB (Red+Green+Blue) = 239+112+179=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 179 (70.31% from 255 or 33.77% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EF70B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF70B3 is #108F4C. Grayscale: #9D9D9D. Windows color (decimal): -1085261 or 11759855. OLE color: 11759855.

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

Color convert

RGB 239 112 179 -
CMYK 0 0.53 0.25 0.06
HSL 328.35º 0.8% 0.69% -
HSV(B) 328.35º 0.53% 0.94% -
XYZ 49.53 33.19 46.44 -
YUV 157.61 140.08 186.05 -
System Red Green Blue C M Y K H S L
Decimal 239 112 179 0 0.53 0.25 0.06 328.35 0.8 0.69
Hex EF 70 B3 0 35 19 6 148 50 45
Octal 357 160 263 0 65 31 6 510 120 105
Binary 11101111 1110000 10110011 0 110101 11001 110 101001000 1010000 1000101

Color Harmonies of #EF70B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF70B3

Black with #EF70B3

Text Example


Text Example

White with #EF70B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF70B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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