Html Css Color HEX #EF2093 Deep Pink

📋 copy color: '#EF2093'

red 239 ◦ green 32 ◦ blue 147

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

Shades of Deep Pink #EF2093

Tints of Deep Pink #EF2093

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.66%

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

R = 57.18%
G = 7.66%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EF2093 (or 0xEF2093) is known color: Deep Pink. HEX triplet: EF, 20 and 93. RGB value is (239,32,147). Sum of RGB (Red+Green+Blue) = 239+32+147=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 32 (12.89% from 255 or 7.66% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2093 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2093 is #10DF6C. Grayscale: #6A6A6A. Windows color (decimal): -1105773 or 9642223. OLE color: 9642223.

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

Color convert

RGB 239 32 147 -
CMYK 0 0.87 0.38 0.06
HSL 326.67º 0.87% 0.53% -
HSV(B) 326.67º 0.87% 0.94% -
XYZ 41.38 21.49 29.57 -
YUV 107 150.58 222.15 -
System Red Green Blue C M Y K H S L
Decimal 239 32 147 0 0.87 0.38 0.06 326.67 0.87 0.53
Hex EF 20 93 0 57 26 6 147 57 35
Octal 357 40 223 0 127 46 6 507 127 65
Binary 11101111 100000 10010011 0 1010111 100110 110 101000111 1010111 110101

Color Harmonies of #EF2093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2093

Black with #EF2093

Text Example


Text Example

White with #EF2093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2093; }

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

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

background-color css

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

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

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

border-color css

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

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

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