Html Css Color HEX #EB1780 Deep Pink

📋 copy color: '#EB1780'

red 235 ◦ green 23 ◦ blue 128

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

Shades of Deep Pink #EB1780

Tints of Deep Pink #EB1780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.16%

R = 60.88%
G = 5.96%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EB1780 (or 0xEB1780) is known color: Deep Pink. HEX triplet: EB, 17 and 80. RGB value is (235,23,128). Sum of RGB (Red+Green+Blue) = 235+23+128=386 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.88% from 386); Green value is 23 (9.38% from 255 or 5.96% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1780 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB1780 is #14E87F. Grayscale: #626262. Windows color (decimal): -1370240 or 8394731. OLE color: 8394731.

HSL color Cylindrical-coordinate representation of color #EB1780: hue angle of 330.28º 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 #EB1780 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 23 128 -
CMYK 0 0.90 0.46 0.08
HSL 330.28º 0.84% 0.51% -
HSV(B) 330.28º 0.9% 0.92% -
XYZ 38.46 19.83 22.22 -
YUV 98.36 144.74 225.46 -
System Red Green Blue C M Y K H S L
Decimal 235 23 128 0 0.90 0.46 0.08 330.28 0.84 0.51
Hex EB 17 80 0 5A 2E 8 14A 54 33
Octal 353 27 200 0 132 56 10 512 124 63
Binary 11101011 10111 10000000 0 1011010 101110 1000 101001010 1010100 110011

Color Harmonies of #EB1780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1780

Black with #EB1780

Text Example


Text Example

White with #EB1780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1780; }

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

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

background-color css

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

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

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

border-color css

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

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

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