Html Css Color HEX #E90E90 Deep Pink

📋 copy color: '#E90E90'

red 233 ◦ green 14 ◦ blue 144

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

Shades of Deep Pink #E90E90

Tints of Deep Pink #E90E90

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.58%

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

R = 59.59%
G = 3.58%
B = 36.83%

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

#E90E90 (or 0xE90E90) is known color: Deep Pink. HEX triplet: E9, 0E and 90. RGB value is (233,14,144). Sum of RGB (Red+Green+Blue) = 233+14+144=391 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.59% from 391); Green value is 14 (5.86% from 255 or 3.58% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 233 - color contains mainly: red. Hex color #E90E90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90E90 is #16F16F. Grayscale: #5E5E5E. Windows color (decimal): -1503600 or 9441001. OLE color: 9441001.

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

Color convert

RGB 233 14 144 -
CMYK 0 0.94 0.38 0.09
HSL 324.38º 0.89% 0.48% -
HSV(B) 324.38º 0.94% 0.91% -
XYZ 38.8 19.65 28.13 -
YUV 94.3 156.05 226.93 -
System Red Green Blue C M Y K H S L
Decimal 233 14 144 0 0.94 0.38 0.09 324.38 0.89 0.48
Hex E9 E 90 0 5E 26 9 144 59 30
Octal 351 16 220 0 136 46 11 504 131 60
Binary 11101001 1110 10010000 0 1011110 100110 1001 101000100 1011001 110000

Color Harmonies of #E90E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90E90

Black with #E90E90

Text Example


Text Example

White with #E90E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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