Html Css Color HEX #EB0280 Deep Pink

📋 copy color: '#EB0280'

red 235 ◦ green 2 ◦ blue 128

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

Shades of Deep Pink #EB0280

Tints of Deep Pink #EB0280

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

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

R = 64.38%
G = 0.55%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EB0280 (or 0xEB0280) is known color: Deep Pink. HEX triplet: EB, 02 and 80. RGB value is (235,2,128). Sum of RGB (Red+Green+Blue) = 235+2+128=365 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.38% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0280 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0280 is #14FD7F. Grayscale: #555555. Windows color (decimal): -1375616 or 8389355. OLE color: 8389355.

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

Color convert

RGB 235 2 128 -
CMYK 0 0.99 0.46 0.08
HSL 327.55º 0.98% 0.46% -
HSV(B) 327.55º 0.99% 0.92% -
XYZ 38.18 19.26 22.13 -
YUV 86.03 151.69 234.25 -
System Red Green Blue C M Y K H S L
Decimal 235 2 128 0 0.99 0.46 0.08 327.55 0.98 0.46
Hex EB 2 80 0 63 2E 8 148 62 2E
Octal 353 2 200 0 143 56 10 510 142 56
Binary 11101011 10 10000000 0 1100011 101110 1000 101001000 1100010 101110

Color Harmonies of #EB0280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0280

Black with #EB0280

Text Example


Text Example

White with #EB0280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0280; }

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

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

background-color css

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

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

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

border-color css

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

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

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