Html Css Color HEX #E90280 Deep Pink

📋 copy color: '#E90280'

red 233 ◦ green 2 ◦ blue 128

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

Shades of Deep Pink #E90280

Tints of Deep Pink #E90280

RGB

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

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

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

R = 64.19%
G = 0.55%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E90280 (or 0xE90280) is known color: Deep Pink. HEX triplet: E9, 02 and 80. RGB value is (233,2,128). Sum of RGB (Red+Green+Blue) = 233+2+128=363 (48% of max value = 765). Red value is 233 (91.41% from 255 or 64.19% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 233 - color contains mainly: red. Hex color #E90280 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90280 is #16FD7F. Grayscale: #555555. Windows color (decimal): -1506688 or 8389353. OLE color: 8389353.

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

Color convert

RGB 233 2 128 -
CMYK 0 0.99 0.45 0.09
HSL 327.27º 0.98% 0.46% -
HSV(B) 327.27º 0.99% 0.91% -
XYZ 37.52 18.93 22.1 -
YUV 85.43 152.03 233.25 -
System Red Green Blue C M Y K H S L
Decimal 233 2 128 0 0.99 0.45 0.09 327.27 0.98 0.46
Hex E9 2 80 0 63 2D 9 147 62 2E
Octal 351 2 200 0 143 55 11 507 142 56
Binary 11101001 10 10000000 0 1100011 101101 1001 101000111 1100010 101110

Color Harmonies of #E90280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90280

Black with #E90280

Text Example


Text Example

White with #E90280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90280; }

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

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

background-color css

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

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

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

border-color css

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

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

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