Html Css Color HEX #E90D80 Deep Pink

📋 copy color: '#E90D80'

red 233 ◦ green 13 ◦ blue 128

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

Shades of Deep Pink #E90D80

Tints of Deep Pink #E90D80

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.48%

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

R = 62.3%
G = 3.48%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E90D80 (or 0xE90D80) is known color: Deep Pink. HEX triplet: E9, 0D and 80. RGB value is (233,13,128). Sum of RGB (Red+Green+Blue) = 233+13+128=374 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.30% from 374); Green value is 13 (5.47% from 255 or 3.48% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 233 - color contains mainly: red. Hex color #E90D80 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90D80 is #16F27F. Grayscale: #5B5B5B. Windows color (decimal): -1503872 or 8392169. OLE color: 8392169.

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

Color convert

RGB 233 13 128 -
CMYK 0 0.94 0.45 0.09
HSL 328.64º 0.89% 0.48% -
HSV(B) 328.64º 0.94% 0.91% -
XYZ 37.64 19.17 22.14 -
YUV 91.89 148.39 228.65 -
System Red Green Blue C M Y K H S L
Decimal 233 13 128 0 0.94 0.45 0.09 328.64 0.89 0.48
Hex E9 D 80 0 5E 2D 9 149 59 30
Octal 351 15 200 0 136 55 11 511 131 60
Binary 11101001 1101 10000000 0 1011110 101101 1001 101001001 1011001 110000

Color Harmonies of #E90D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90D80

Black with #E90D80

Text Example


Text Example

White with #E90D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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