Html Css Color HEX #EF1799 Deep Pink

📋 copy color: '#EF1799'

red 239 ◦ green 23 ◦ blue 153

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

Shades of Deep Pink #EF1799

Tints of Deep Pink #EF1799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.87%

R = 57.59%
G = 5.54%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF1799 (or 0xEF1799) is known color: Deep Pink. HEX triplet: EF, 17 and 99. RGB value is (239,23,153). Sum of RGB (Red+Green+Blue) = 239+23+153=415 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.59% from 415); Green value is 23 (9.38% from 255 or 5.54% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1799 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1799 is #10E866. Grayscale: #666666. Windows color (decimal): -1108071 or 10033135. OLE color: 10033135.

HSL color Cylindrical-coordinate representation of color #EF1799: hue angle of 323.89º 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 #EF1799 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 23 153 -
CMYK 0 0.90 0.36 0.06
HSL 323.89º 0.87% 0.51% -
HSV(B) 323.89º 0.9% 0.94% -
XYZ 41.65 21.26 32.05 -
YUV 102.4 156.56 225.43 -
System Red Green Blue C M Y K H S L
Decimal 239 23 153 0 0.90 0.36 0.06 323.89 0.87 0.51
Hex EF 17 99 0 5A 24 6 144 57 33
Octal 357 27 231 0 132 44 6 504 127 63
Binary 11101111 10111 10011001 0 1011010 100100 110 101000100 1010111 110011

Color Harmonies of #EF1799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1799

Black with #EF1799

Text Example


Text Example

White with #EF1799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1799; }

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

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

background-color css

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

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

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

border-color css

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

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

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