Html Css Color HEX #EF1392 Deep Pink

📋 copy color: '#EF1392'

red 239 ◦ green 19 ◦ blue 146

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

Shades of Deep Pink #EF1392

Tints of Deep Pink #EF1392

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.7%

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

R = 59.16%
G = 4.7%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EF1392 (or 0xEF1392) is known color: Deep Pink. HEX triplet: EF, 13 and 92. RGB value is (239,19,146). Sum of RGB (Red+Green+Blue) = 239+19+146=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 19 (7.81% from 255 or 4.70% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1392 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1392 is #10EC6D. Grayscale: #626262. Windows color (decimal): -1109102 or 9573359. OLE color: 9573359.

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

Color convert

RGB 239 19 146 -
CMYK 0 0.92 0.39 0.06
HSL 325.36º 0.87% 0.51% -
HSV(B) 325.36º 0.92% 0.94% -
XYZ 41.02 20.89 29.06 -
YUV 99.26 154.39 227.67 -
System Red Green Blue C M Y K H S L
Decimal 239 19 146 0 0.92 0.39 0.06 325.36 0.87 0.51
Hex EF 13 92 0 5C 27 6 145 57 33
Octal 357 23 222 0 134 47 6 505 127 63
Binary 11101111 10011 10010010 0 1011100 100111 110 101000101 1010111 110011

Color Harmonies of #EF1392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1392

Black with #EF1392

Text Example


Text Example

White with #EF1392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1392; }

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

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

background-color css

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

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

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

border-color css

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

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

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