Html Css Color HEX #EF1197 Deep Pink

📋 copy color: '#EF1197'

red 239 ◦ green 17 ◦ blue 151

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

Shades of Deep Pink #EF1197

Tints of Deep Pink #EF1197

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.18%

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

R = 58.72%
G = 4.18%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EF1197 (or 0xEF1197) is known color: Deep Pink. HEX triplet: EF, 11 and 97. RGB value is (239,17,151). Sum of RGB (Red+Green+Blue) = 239+17+151=407 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.72% from 407); Green value is 17 (7.03% from 255 or 4.18% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1197 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1197 is #10EE68. Grayscale: #626262. Windows color (decimal): -1109609 or 9900527. OLE color: 9900527.

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

Color convert

RGB 239 17 151 -
CMYK 0 0.93 0.37 0.06
HSL 323.78º 0.87% 0.5% -
HSV(B) 323.78º 0.93% 0.94% -
XYZ 41.38 20.99 31.15 -
YUV 98.65 157.55 228.1 -
System Red Green Blue C M Y K H S L
Decimal 239 17 151 0 0.93 0.37 0.06 323.78 0.87 0.5
Hex EF 11 97 0 5D 25 6 144 57 32
Octal 357 21 227 0 135 45 6 504 127 62
Binary 11101111 10001 10010111 0 1011101 100101 110 101000100 1010111 110010

Color Harmonies of #EF1197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1197

Black with #EF1197

Text Example


Text Example

White with #EF1197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1197; }

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

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

background-color css

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

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

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

border-color css

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

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

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