Html Css Color HEX #E90580 Deep Pink

📋 copy color: '#E90580'

red 233 ◦ green 5 ◦ blue 128

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

Shades of Deep Pink #E90580

Tints of Deep Pink #E90580

RGB

 RED value IS 233 (91.41% from 255) = 63.66%

 GREEN value IS 5 (2.34% from 255) = 1.37%

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

R = 63.66%
G = 1.37%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E90580 (or 0xE90580) is known color: Deep Pink. HEX triplet: E9, 05 and 80. RGB value is (233,5,128). Sum of RGB (Red+Green+Blue) = 233+5+128=366 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.66% from 366); Green value is 5 (2.34% from 255 or 1.37% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 233 - color contains mainly: red. Hex color #E90580 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90580 is #16FA7F. Grayscale: #565656. Windows color (decimal): -1505920 or 8390121. OLE color: 8390121.

HSL color Cylindrical-coordinate representation of color #E90580: hue angle of 327.63º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E90580 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 5 128 -
CMYK 0 0.98 0.45 0.09
HSL 327.63º 0.96% 0.47% -
HSV(B) 327.63º 0.98% 0.91% -
XYZ 37.55 18.99 22.11 -
YUV 87.19 151.04 232 -
System Red Green Blue C M Y K H S L
Decimal 233 5 128 0 0.98 0.45 0.09 327.63 0.96 0.47
Hex E9 5 80 0 62 2D 9 148 60 2F
Octal 351 5 200 0 142 55 11 510 140 57
Binary 11101001 101 10000000 0 1100010 101101 1001 101001000 1100000 101111

Color Harmonies of #E90580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90580

Black with #E90580

Text Example


Text Example

White with #E90580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90580; }

 p { color: rgb(233,5,128); }

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

background-color css

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

 a { background-color: rgb(233,5,128); }

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

border-color css

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

 span { border-color: rgb(233,5,128); }

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