Html Css Color HEX #EB1696 Deep Pink

📋 copy color: '#EB1696'

red 235 ◦ green 22 ◦ blue 150

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

Shades of Deep Pink #EB1696

Tints of Deep Pink #EB1696

RGB

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

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

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

R = 57.74%
G = 5.41%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EB1696 (or 0xEB1696) is known color: Deep Pink. HEX triplet: EB, 16 and 96. RGB value is (235,22,150). Sum of RGB (Red+Green+Blue) = 235+22+150=407 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.74% from 407); Green value is 22 (8.98% from 255 or 5.41% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1696 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB1696 is #14E969. Grayscale: #636363. Windows color (decimal): -1370474 or 9836267. OLE color: 9836267.

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

Color convert

RGB 235 22 150 -
CMYK 0 0.91 0.36 0.08
HSL 323.94º 0.84% 0.5% -
HSV(B) 323.94º 0.91% 0.92% -
XYZ 40.05 20.44 30.69 -
YUV 100.28 156.07 224.09 -
System Red Green Blue C M Y K H S L
Decimal 235 22 150 0 0.91 0.36 0.08 323.94 0.84 0.5
Hex EB 16 96 0 5B 24 8 144 54 32
Octal 353 26 226 0 133 44 10 504 124 62
Binary 11101011 10110 10010110 0 1011011 100100 1000 101000100 1010100 110010

Color Harmonies of #EB1696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1696

Black with #EB1696

Text Example


Text Example

White with #EB1696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1696; }

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

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

background-color css

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

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

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

border-color css

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

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

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