Html Css Color HEX #EF2491 Deep Pink

📋 copy color: '#EF2491'

red 239 ◦ green 36 ◦ blue 145

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

Shades of Deep Pink #EF2491

Tints of Deep Pink #EF2491

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.57%

 BLUE value IS 145 (57.03% from 255) = 34.52%

R = 56.9%
G = 8.57%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EF2491 (or 0xEF2491) is known color: Deep Pink. HEX triplet: EF, 24 and 91. RGB value is (239,36,145). Sum of RGB (Red+Green+Blue) = 239+36+145=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 36 (14.45% from 255 or 8.57% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2491 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2491 is #10DB6E. Grayscale: #6C6C6C. Windows color (decimal): -1104751 or 9512175. OLE color: 9512175.

HSL color Cylindrical-coordinate representation of color #EF2491: hue angle of 327.78º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF2491 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 36 145 -
CMYK 0 0.85 0.39 0.06
HSL 327.78º 0.86% 0.54% -
HSV(B) 327.78º 0.85% 0.94% -
XYZ 41.34 21.66 28.79 -
YUV 109.12 148.25 220.64 -
System Red Green Blue C M Y K H S L
Decimal 239 36 145 0 0.85 0.39 0.06 327.78 0.86 0.54
Hex EF 24 91 0 55 27 6 148 56 36
Octal 357 44 221 0 125 47 6 510 126 66
Binary 11101111 100100 10010001 0 1010101 100111 110 101001000 1010110 110110

Color Harmonies of #EF2491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2491

Black with #EF2491

Text Example


Text Example

White with #EF2491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2491; }

 p { color: rgb(239,36,145); }

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

background-color css

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

 a { background-color: rgb(239,36,145); }

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

border-color css

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

 span { border-color: rgb(239,36,145); }

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