Html Css Color HEX #EF1496 Deep Pink

📋 copy color: '#EF1496'

red 239 ◦ green 20 ◦ blue 150

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

Shades of Deep Pink #EF1496

Tints of Deep Pink #EF1496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.67%

R = 58.44%
G = 4.89%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EF1496 (or 0xEF1496) is known color: Deep Pink. HEX triplet: EF, 14 and 96. RGB value is (239,20,150). Sum of RGB (Red+Green+Blue) = 239+20+150=409 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.44% from 409); Green value is 20 (8.20% from 255 or 4.89% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1496 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1496 is #10EB69. Grayscale: #646464. Windows color (decimal): -1108842 or 9835759. OLE color: 9835759.

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

Color convert

RGB 239 20 150 -
CMYK 0 0.92 0.37 0.06
HSL 324.38º 0.87% 0.51% -
HSV(B) 324.38º 0.92% 0.94% -
XYZ 41.35 21.05 30.74 -
YUV 100.3 156.05 226.93 -
System Red Green Blue C M Y K H S L
Decimal 239 20 150 0 0.92 0.37 0.06 324.38 0.87 0.51
Hex EF 14 96 0 5C 25 6 144 57 33
Octal 357 24 226 0 134 45 6 504 127 63
Binary 11101111 10100 10010110 0 1011100 100101 110 101000100 1010111 110011

Color Harmonies of #EF1496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1496

Black with #EF1496

Text Example


Text Example

White with #EF1496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1496; }

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

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

background-color css

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

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

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

border-color css

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

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

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