Html Css Color HEX #EF1399 Deep Pink

📋 copy color: '#EF1399'

red 239 ◦ green 19 ◦ blue 153

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

Shades of Deep Pink #EF1399

Tints of Deep Pink #EF1399

RGB

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

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

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

R = 58.15%
G = 4.62%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF1399 (or 0xEF1399) is known color: Deep Pink. HEX triplet: EF, 13 and 99. RGB value is (239,19,153). Sum of RGB (Red+Green+Blue) = 239+19+153=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 19 (7.81% from 255 or 4.62% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1399 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1399 is #10EC66. Grayscale: #636363. Windows color (decimal): -1109095 or 10032111. OLE color: 10032111.

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

Color convert

RGB 239 19 153 -
CMYK 0 0.92 0.36 0.06
HSL 323.45º 0.87% 0.51% -
HSV(B) 323.45º 0.92% 0.94% -
XYZ 41.58 21.12 32.02 -
YUV 100.06 157.89 227.1 -
System Red Green Blue C M Y K H S L
Decimal 239 19 153 0 0.92 0.36 0.06 323.45 0.87 0.51
Hex EF 13 99 0 5C 24 6 143 57 33
Octal 357 23 231 0 134 44 6 503 127 63
Binary 11101111 10011 10011001 0 1011100 100100 110 101000011 1010111 110011

Color Harmonies of #EF1399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1399

Black with #EF1399

Text Example


Text Example

White with #EF1399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1399; }

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

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

background-color css

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

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

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

border-color css

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

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

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