Html Css Color HEX #EF1792 Deep Pink

📋 copy color: '#EF1792'

red 239 ◦ green 23 ◦ blue 146

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

Shades of Deep Pink #EF1792

Tints of Deep Pink #EF1792

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.64%

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

R = 58.58%
G = 5.64%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EF1792 (or 0xEF1792) is known color: Deep Pink. HEX triplet: EF, 17 and 92. RGB value is (239,23,146). Sum of RGB (Red+Green+Blue) = 239+23+146=408 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.58% from 408); Green value is 23 (9.38% from 255 or 5.64% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1792 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1792 is #10E86D. Grayscale: #656565. Windows color (decimal): -1108078 or 9574383. OLE color: 9574383.

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

Color convert

RGB 239 23 146 -
CMYK 0 0.90 0.39 0.06
HSL 325.83º 0.87% 0.51% -
HSV(B) 325.83º 0.9% 0.94% -
XYZ 41.09 21.04 29.09 -
YUV 101.61 153.06 226 -
System Red Green Blue C M Y K H S L
Decimal 239 23 146 0 0.90 0.39 0.06 325.83 0.87 0.51
Hex EF 17 92 0 5A 27 6 146 57 33
Octal 357 27 222 0 132 47 6 506 127 63
Binary 11101111 10111 10010010 0 1011010 100111 110 101000110 1010111 110011

Color Harmonies of #EF1792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1792

Black with #EF1792

Text Example


Text Example

White with #EF1792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1792; }

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

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

background-color css

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

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

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

border-color css

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

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

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