Html Css Color HEX #EF1397 Deep Pink

📋 copy color: '#EF1397'

red 239 ◦ green 19 ◦ blue 151

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

Shades of Deep Pink #EF1397

Tints of Deep Pink #EF1397

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.65%

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

R = 58.44%
G = 4.65%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EF1397 (or 0xEF1397) is known color: Deep Pink. HEX triplet: EF, 13 and 97. RGB value is (239,19,151). Sum of RGB (Red+Green+Blue) = 239+19+151=409 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.44% from 409); Green value is 19 (7.81% from 255 or 4.65% from 409); Blue value is 151 (59.38% from 255 or 36.92% from 409); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1397 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1397 is #10EC68. Grayscale: #636363. Windows color (decimal): -1109097 or 9901039. OLE color: 9901039.

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

Color convert

RGB 239 19 151 -
CMYK 0 0.92 0.37 0.06
HSL 324º 0.87% 0.51% -
HSV(B) 324º 0.92% 0.94% -
XYZ 41.42 21.05 31.16 -
YUV 99.83 156.89 227.27 -
System Red Green Blue C M Y K H S L
Decimal 239 19 151 0 0.92 0.37 0.06 324 0.87 0.51
Hex EF 13 97 0 5C 25 6 144 57 33
Octal 357 23 227 0 134 45 6 504 127 63
Binary 11101111 10011 10010111 0 1011100 100101 110 101000100 1010111 110011

Color Harmonies of #EF1397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1397

Black with #EF1397

Text Example


Text Example

White with #EF1397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1397; }

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

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

background-color css

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

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

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

border-color css

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

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

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