Html Css Color HEX #EF2293 Deep Pink

📋 copy color: '#EF2293'

red 239 ◦ green 34 ◦ blue 147

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

Shades of Deep Pink #EF2293

Tints of Deep Pink #EF2293

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.1%

 BLUE value IS 147 (57.81% from 255) = 35%

R = 56.9%
G = 8.1%
B = 35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EF2293 (or 0xEF2293) is known color: Deep Pink. HEX triplet: EF, 22 and 93. RGB value is (239,34,147). Sum of RGB (Red+Green+Blue) = 239+34+147=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 34 (13.67% from 255 or 8.10% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2293 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2293 is #10DD6C. Grayscale: #6B6B6B. Windows color (decimal): -1105261 or 9642735. OLE color: 9642735.

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

Color convert

RGB 239 34 147 -
CMYK 0 0.86 0.38 0.06
HSL 326.93º 0.86% 0.54% -
HSV(B) 326.93º 0.86% 0.94% -
XYZ 41.44 21.6 29.59 -
YUV 108.18 149.92 221.31 -
System Red Green Blue C M Y K H S L
Decimal 239 34 147 0 0.86 0.38 0.06 326.93 0.86 0.54
Hex EF 22 93 0 56 26 6 147 56 36
Octal 357 42 223 0 126 46 6 507 126 66
Binary 11101111 100010 10010011 0 1010110 100110 110 101000111 1010110 110110

Color Harmonies of #EF2293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2293

Black with #EF2293

Text Example


Text Example

White with #EF2293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2293; }

 p { color: rgb(239,34,147); }

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

background-color css

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

 a { background-color: rgb(239,34,147); }

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

border-color css

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

 span { border-color: rgb(239,34,147); }

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