Html Css Color HEX #EB1796 Deep Pink

📋 copy color: '#EB1796'

red 235 ◦ green 23 ◦ blue 150

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

Shades of Deep Pink #EB1796

Tints of Deep Pink #EB1796

RGB

 RED value IS 235 (92.19% from 255) = 57.6%

 GREEN value IS 23 (9.38% from 255) = 5.64%

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

R = 57.6%
G = 5.64%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EB1796 (or 0xEB1796) is known color: Deep Pink. HEX triplet: EB, 17 and 96. RGB value is (235,23,150). Sum of RGB (Red+Green+Blue) = 235+23+150=408 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.60% from 408); Green value is 23 (9.38% from 255 or 5.64% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1796 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB1796 is #14E869. Grayscale: #646464. Windows color (decimal): -1370218 or 9836523. OLE color: 9836523.

HSL color Cylindrical-coordinate representation of color #EB1796: hue angle of 324.06º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB1796 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 23 150 -
CMYK 0 0.90 0.36 0.08
HSL 324.06º 0.84% 0.51% -
HSV(B) 324.06º 0.9% 0.92% -
XYZ 40.07 20.48 30.69 -
YUV 100.87 155.74 223.67 -
System Red Green Blue C M Y K H S L
Decimal 235 23 150 0 0.90 0.36 0.08 324.06 0.84 0.51
Hex EB 17 96 0 5A 24 8 144 54 33
Octal 353 27 226 0 132 44 10 504 124 63
Binary 11101011 10111 10010110 0 1011010 100100 1000 101000100 1010100 110011

Color Harmonies of #EB1796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1796

Black with #EB1796

Text Example


Text Example

White with #EB1796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1796; }

 p { color: rgb(235,23,150); }

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

background-color css

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

 a { background-color: rgb(235,23,150); }

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

border-color css

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

 span { border-color: rgb(235,23,150); }

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