Html Css Color HEX #E90D86 Deep Pink

📋 copy color: '#E90D86'

red 233 ◦ green 13 ◦ blue 134

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

Shades of Deep Pink #E90D86

Tints of Deep Pink #E90D86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 35.26%

R = 61.32%
G = 3.42%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E90D86 (or 0xE90D86) is known color: Deep Pink. HEX triplet: E9, 0D and 86. RGB value is (233,13,134). Sum of RGB (Red+Green+Blue) = 233+13+134=380 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.32% from 380); Green value is 13 (5.47% from 255 or 3.42% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 233 - color contains mainly: red. Hex color #E90D86 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90D86 is #16F279. Grayscale: #5C5C5C. Windows color (decimal): -1503866 or 8785385. OLE color: 8785385.

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

Color convert

RGB 233 13 134 -
CMYK 0 0.94 0.42 0.09
HSL 327º 0.89% 0.48% -
HSV(B) 327º 0.94% 0.91% -
XYZ 38.05 19.33 24.28 -
YUV 92.57 151.39 228.16 -
System Red Green Blue C M Y K H S L
Decimal 233 13 134 0 0.94 0.42 0.09 327 0.89 0.48
Hex E9 D 86 0 5E 2A 9 147 59 30
Octal 351 15 206 0 136 52 11 507 131 60
Binary 11101001 1101 10000110 0 1011110 101010 1001 101000111 1011001 110000

Color Harmonies of #E90D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90D86

Black with #E90D86

Text Example


Text Example

White with #E90D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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