Html Css Color HEX #EF2192 Deep Pink

📋 copy color: '#EF2192'

red 239 ◦ green 33 ◦ blue 146

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

Shades of Deep Pink #EF2192

Tints of Deep Pink #EF2192

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.89%

 BLUE value IS 146 (57.42% from 255) = 34.93%

R = 57.18%
G = 7.89%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EF2192 (or 0xEF2192) is known color: Deep Pink. HEX triplet: EF, 21 and 92. RGB value is (239,33,146). Sum of RGB (Red+Green+Blue) = 239+33+146=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 33 (13.28% from 255 or 7.89% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2192 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2192 is #10DE6D. Grayscale: #6B6B6B. Windows color (decimal): -1105518 or 9576943. OLE color: 9576943.

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

Color convert

RGB 239 33 146 -
CMYK 0 0.86 0.39 0.06
HSL 327.09º 0.87% 0.53% -
HSV(B) 327.09º 0.86% 0.94% -
XYZ 41.33 21.51 29.17 -
YUV 107.48 149.75 221.81 -
System Red Green Blue C M Y K H S L
Decimal 239 33 146 0 0.86 0.39 0.06 327.09 0.87 0.53
Hex EF 21 92 0 56 27 6 147 57 35
Octal 357 41 222 0 126 47 6 507 127 65
Binary 11101111 100001 10010010 0 1010110 100111 110 101000111 1010111 110101

Color Harmonies of #EF2192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2192

Black with #EF2192

Text Example


Text Example

White with #EF2192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2192; }

 p { color: rgb(239,33,146); }

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

background-color css

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

 a { background-color: rgb(239,33,146); }

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

border-color css

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

 span { border-color: rgb(239,33,146); }

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