Html Css Color HEX #EF1896 Deep Pink

📋 copy color: '#EF1896'

red 239 ◦ green 24 ◦ blue 150

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

Shades of Deep Pink #EF1896

Tints of Deep Pink #EF1896

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.81%

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

R = 57.87%
G = 5.81%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EF1896 (or 0xEF1896) is known color: Deep Pink. HEX triplet: EF, 18 and 96. RGB value is (239,24,150). Sum of RGB (Red+Green+Blue) = 239+24+150=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 24 (9.77% from 255 or 5.81% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1896 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1896 is #10E769. Grayscale: #666666. Windows color (decimal): -1107818 or 9836783. OLE color: 9836783.

HSL color Cylindrical-coordinate representation of color #EF1896: hue angle of 324.84º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1896 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 24 150 -
CMYK 0 0.90 0.37 0.06
HSL 324.84º 0.87% 0.52% -
HSV(B) 324.84º 0.9% 0.94% -
XYZ 41.43 21.21 30.76 -
YUV 102.65 154.73 225.25 -
System Red Green Blue C M Y K H S L
Decimal 239 24 150 0 0.90 0.37 0.06 324.84 0.87 0.52
Hex EF 18 96 0 5A 25 6 145 57 34
Octal 357 30 226 0 132 45 6 505 127 64
Binary 11101111 11000 10010110 0 1011010 100101 110 101000101 1010111 110100

Color Harmonies of #EF1896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1896

Black with #EF1896

Text Example


Text Example

White with #EF1896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1896; }

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

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

background-color css

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

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

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

border-color css

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

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

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