Html Css Color HEX #EF1696 Deep Pink

📋 copy color: '#EF1696'

red 239 ◦ green 22 ◦ blue 150

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

Shades of Deep Pink #EF1696

Tints of Deep Pink #EF1696

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.35%

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

R = 58.15%
G = 5.35%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EF1696 (or 0xEF1696) is known color: Deep Pink. HEX triplet: EF, 16 and 96. RGB value is (239,22,150). Sum of RGB (Red+Green+Blue) = 239+22+150=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 22 (8.98% from 255 or 5.35% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1696 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1696 is #10E969. Grayscale: #656565. Windows color (decimal): -1108330 or 9836271. OLE color: 9836271.

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

Color convert

RGB 239 22 150 -
CMYK 0 0.91 0.37 0.06
HSL 324.61º 0.87% 0.51% -
HSV(B) 324.61º 0.91% 0.94% -
XYZ 41.39 21.13 30.75 -
YUV 101.48 155.39 226.09 -
System Red Green Blue C M Y K H S L
Decimal 239 22 150 0 0.91 0.37 0.06 324.61 0.87 0.51
Hex EF 16 96 0 5B 25 6 145 57 33
Octal 357 26 226 0 133 45 6 505 127 63
Binary 11101111 10110 10010110 0 1011011 100101 110 101000101 1010111 110011

Color Harmonies of #EF1696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1696

Black with #EF1696

Text Example


Text Example

White with #EF1696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1696; }

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

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

background-color css

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

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

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

border-color css

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

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

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