Html Css Color HEX #EF0F97 Deep Pink

📋 copy color: '#EF0F97'

red 239 ◦ green 15 ◦ blue 151

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

Shades of Deep Pink #EF0F97

Tints of Deep Pink #EF0F97

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.7%

 BLUE value IS 151 (59.38% from 255) = 37.28%

R = 59.01%
G = 3.7%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EF0F97 (or 0xEF0F97) is known color: Deep Pink. HEX triplet: EF, 0F and 97. RGB value is (239,15,151). Sum of RGB (Red+Green+Blue) = 239+15+151=405 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.01% from 405); Green value is 15 (6.25% from 255 or 3.70% from 405); Blue value is 151 (59.38% from 255 or 37.28% from 405); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0F97 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0F97 is #10F068. Grayscale: #616161. Windows color (decimal): -1110121 or 9900015. OLE color: 9900015.

HSL color Cylindrical-coordinate representation of color #EF0F97: hue angle of 323.57º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0F97 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 15 151 -
CMYK 0 0.94 0.37 0.06
HSL 323.57º 0.88% 0.5% -
HSV(B) 323.57º 0.94% 0.94% -
XYZ 41.35 20.93 31.14 -
YUV 97.48 158.21 228.94 -
System Red Green Blue C M Y K H S L
Decimal 239 15 151 0 0.94 0.37 0.06 323.57 0.88 0.5
Hex EF F 97 0 5E 25 6 144 58 32
Octal 357 17 227 0 136 45 6 504 130 62
Binary 11101111 1111 10010111 0 1011110 100101 110 101000100 1011000 110010

Color Harmonies of #EF0F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0F97

Black with #EF0F97

Text Example


Text Example

White with #EF0F97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0F97; }

 p { color: rgb(239,15,151); }

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

background-color css

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

 a { background-color: rgb(239,15,151); }

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

border-color css

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

 span { border-color: rgb(239,15,151); }

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