Html Css Color HEX #E90D90 Deep Pink

📋 copy color: '#E90D90'

red 233 ◦ green 13 ◦ blue 144

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

Shades of Deep Pink #E90D90

Tints of Deep Pink #E90D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.92%

R = 59.74%
G = 3.33%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E90D90 (or 0xE90D90) is known color: Deep Pink. HEX triplet: E9, 0D and 90. RGB value is (233,13,144). Sum of RGB (Red+Green+Blue) = 233+13+144=390 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.74% from 390); Green value is 13 (5.47% from 255 or 3.33% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 233 - color contains mainly: red. Hex color #E90D90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90D90 is #16F26F. Grayscale: #5D5D5D. Windows color (decimal): -1503856 or 9440745. OLE color: 9440745.

HSL color Cylindrical-coordinate representation of color #E90D90: hue angle of 324.27º 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 #E90D90 is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 13 144 -
CMYK 0 0.94 0.38 0.09
HSL 324.27º 0.89% 0.48% -
HSV(B) 324.27º 0.94% 0.91% -
XYZ 38.78 19.63 28.13 -
YUV 93.71 156.39 227.35 -
System Red Green Blue C M Y K H S L
Decimal 233 13 144 0 0.94 0.38 0.09 324.27 0.89 0.48
Hex E9 D 90 0 5E 26 9 144 59 30
Octal 351 15 220 0 136 46 11 504 131 60
Binary 11101001 1101 10010000 0 1011110 100110 1001 101000100 1011001 110000

Color Harmonies of #E90D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90D90

Black with #E90D90

Text Example


Text Example

White with #E90D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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