Html Css Color HEX #E90E81 Deep Pink

📋 copy color: '#E90E81'

red 233 ◦ green 14 ◦ blue 129

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

Shades of Deep Pink #E90E81

Tints of Deep Pink #E90E81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.31%

R = 61.97%
G = 3.72%
B = 34.31%

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

#E90E81 (or 0xE90E81) is known color: Deep Pink. HEX triplet: E9, 0E and 81. RGB value is (233,14,129). Sum of RGB (Red+Green+Blue) = 233+14+129=376 (49% of max value = 765). Red value is 233 (91.41% from 255 or 61.97% from 376); Green value is 14 (5.86% from 255 or 3.72% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 233 - color contains mainly: red. Hex color #E90E81 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90E81 is #16F17E. Grayscale: #5C5C5C. Windows color (decimal): -1503615 or 8457961. OLE color: 8457961.

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

Color convert

RGB 233 14 129 -
CMYK 0 0.94 0.45 0.09
HSL 328.49º 0.89% 0.48% -
HSV(B) 328.49º 0.94% 0.91% -
XYZ 37.72 19.22 22.49 -
YUV 92.59 148.55 228.15 -
System Red Green Blue C M Y K H S L
Decimal 233 14 129 0 0.94 0.45 0.09 328.49 0.89 0.48
Hex E9 E 81 0 5E 2D 9 148 59 30
Octal 351 16 201 0 136 55 11 510 131 60
Binary 11101001 1110 10000001 0 1011110 101101 1001 101001000 1011001 110000

Color Harmonies of #E90E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90E81

Black with #E90E81

Text Example


Text Example

White with #E90E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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