Html Css Color HEX #EB1A80 Deep Pink

📋 copy color: '#EB1A80'

red 235 ◦ green 26 ◦ blue 128

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

Shades of Deep Pink #EB1A80

Tints of Deep Pink #EB1A80

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.68%

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

R = 60.41%
G = 6.68%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EB1A80 (or 0xEB1A80) is known color: Deep Pink. HEX triplet: EB, 1A and 80. RGB value is (235,26,128). Sum of RGB (Red+Green+Blue) = 235+26+128=389 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.41% from 389); Green value is 26 (10.55% from 255 or 6.68% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1A80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB1A80 is #14E57F. Grayscale: #636363. Windows color (decimal): -1369472 or 8395499. OLE color: 8395499.

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

Color convert

RGB 235 26 128 -
CMYK 0 0.89 0.46 0.08
HSL 330.72º 0.84% 0.51% -
HSV(B) 330.72º 0.89% 0.92% -
XYZ 38.53 19.96 22.24 -
YUV 100.12 143.74 224.21 -
System Red Green Blue C M Y K H S L
Decimal 235 26 128 0 0.89 0.46 0.08 330.72 0.84 0.51
Hex EB 1A 80 0 59 2E 8 14B 54 33
Octal 353 32 200 0 131 56 10 513 124 63
Binary 11101011 11010 10000000 0 1011001 101110 1000 101001011 1010100 110011

Color Harmonies of #EB1A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1A80

Black with #EB1A80

Text Example


Text Example

White with #EB1A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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