Html Css Color HEX #EF9F70 Hit Pink

📋 copy color: '#EF9F70'

red 239 ◦ green 159 ◦ blue 112

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

Shades of Hit Pink #EF9F70

Tints of Hit Pink #EF9F70

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.18%

 BLUE value IS 112 (44.14% from 255) = 21.96%

R = 46.86%
G = 31.18%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EF9F70 (or 0xEF9F70) is known color: Hit Pink. HEX triplet: EF, 9F and 70. RGB value is (239,159,112). Sum of RGB (Red+Green+Blue) = 239+159+112=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 112 (44.14% from 255 or 21.96% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9F70 is #10608F. Grayscale: #B1B1B1. Windows color (decimal): -1073296 or 7380975. OLE color: 7380975.

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

Color convert

RGB 239 159 112 -
CMYK 0 0.33 0.53 0.06
HSL 22.2º 0.8% 0.69% -
HSV(B) 22.2º 0.53% 0.94% -
XYZ 50.92 44.32 21.2 -
YUV 177.56 91 171.82 -
System Red Green Blue C M Y K H S L
Decimal 239 159 112 0 0.33 0.53 0.06 22.2 0.8 0.69
Hex EF 9F 70 0 21 35 6 16 50 45
Octal 357 237 160 0 41 65 6 26 120 105
Binary 11101111 10011111 1110000 0 100001 110101 110 10110 1010000 1000101

Color Harmonies of #EF9F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9F70

Black with #EF9F70

Text Example


Text Example

White with #EF9F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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