Html Css Color HEX #EF1599 Deep Pink

📋 copy color: '#EF1599'

red 239 ◦ green 21 ◦ blue 153

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

Shades of Deep Pink #EF1599

Tints of Deep Pink #EF1599

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.08%

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

R = 57.87%
G = 5.08%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF1599 (or 0xEF1599) is known color: Deep Pink. HEX triplet: EF, 15 and 99. RGB value is (239,21,153). Sum of RGB (Red+Green+Blue) = 239+21+153=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 21 (8.59% from 255 or 5.08% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1599 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1599 is #10EA66. Grayscale: #646464. Windows color (decimal): -1108583 or 10032623. OLE color: 10032623.

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

Color convert

RGB 239 21 153 -
CMYK 0 0.91 0.36 0.06
HSL 323.67º 0.87% 0.51% -
HSV(B) 323.67º 0.91% 0.94% -
XYZ 41.61 21.19 32.03 -
YUV 101.23 157.22 226.27 -
System Red Green Blue C M Y K H S L
Decimal 239 21 153 0 0.91 0.36 0.06 323.67 0.87 0.51
Hex EF 15 99 0 5B 24 6 144 57 33
Octal 357 25 231 0 133 44 6 504 127 63
Binary 11101111 10101 10011001 0 1011011 100100 110 101000100 1010111 110011

Color Harmonies of #EF1599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1599

Black with #EF1599

Text Example


Text Example

White with #EF1599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1599; }

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

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

background-color css

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

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

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

border-color css

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

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

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