Html Css Color HEX #E90080 Deep Pink

📋 copy color: '#E90080'

red 233 ◦ green 0 ◦ blue 128

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

Shades of Deep Pink #E90080

Tints of Deep Pink #E90080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.54%
G = 0%
B = 35.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E90080 (or 0xE90080) is known color: Deep Pink. HEX triplet: E9, 00 and 80. RGB value is (233,0,128). Sum of RGB (Red+Green+Blue) = 233+0+128=361 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.54% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 233 - color contains mainly: red. Hex color #E90080 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90080 is #16FF7F. Grayscale: #535353. Windows color (decimal): -1507200 or 8388841. OLE color: 8388841.

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

Color convert

RGB 233 0 128 -
CMYK 0 1 0.45 0.09
HSL 327.04º 1% 0.46% -
HSV(B) 327.04º 1% 0.91% -
XYZ 37.5 18.88 22.09 -
YUV 84.26 152.69 234.09 -
System Red Green Blue C M Y K H S L
Decimal 233 0 128 0 1 0.45 0.09 327.04 1 0.46
Hex E9 0 80 0 64 2D 9 147 64 2E
Octal 351 0 200 0 144 55 11 507 144 56
Binary 11101001 0 10000000 0 1100100 101101 1001 101000111 1100100 101110

Color Harmonies of #E90080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90080

Black with #E90080

Text Example


Text Example

White with #E90080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90080; }

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

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

background-color css

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

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

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

border-color css

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

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

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