Html Css Color HEX #EF1490 Deep Pink

📋 copy color: '#EF1490'

red 239 ◦ green 20 ◦ blue 144

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

Shades of Deep Pink #EF1490

Tints of Deep Pink #EF1490

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.96%

 BLUE value IS 144 (56.64% from 255) = 35.73%

R = 59.31%
G = 4.96%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF1490 (or 0xEF1490) is known color: Deep Pink. HEX triplet: EF, 14 and 90. RGB value is (239,20,144). Sum of RGB (Red+Green+Blue) = 239+20+144=403 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.31% from 403); Green value is 20 (8.20% from 255 or 4.96% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1490 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1490 is #10EB6F. Grayscale: #636363. Windows color (decimal): -1108848 or 9442543. OLE color: 9442543.

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

Color convert

RGB 239 20 144 -
CMYK 0 0.92 0.40 0.06
HSL 326.03º 0.87% 0.51% -
HSV(B) 326.03º 0.92% 0.94% -
XYZ 40.88 20.86 28.26 -
YUV 99.62 153.05 227.42 -
System Red Green Blue C M Y K H S L
Decimal 239 20 144 0 0.92 0.40 0.06 326.03 0.87 0.51
Hex EF 14 90 0 5C 28 6 146 57 33
Octal 357 24 220 0 134 50 6 506 127 63
Binary 11101111 10100 10010000 0 1011100 101000 110 101000110 1010111 110011

Color Harmonies of #EF1490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1490

Black with #EF1490

Text Example


Text Example

White with #EF1490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1490; }

 p { color: rgb(239,20,144); }

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

background-color css

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

 a { background-color: rgb(239,20,144); }

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

border-color css

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

 span { border-color: rgb(239,20,144); }

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