Html Css Color HEX #E90DB9 Shocking Pink

📋 copy color: '#E90DB9'

red 233 ◦ green 13 ◦ blue 185

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

Shades of Shocking Pink #E90DB9

Tints of Shocking Pink #E90DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.92%

R = 54.06%
G = 3.02%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#E90DB9 (or 0xE90DB9) is known color: Shocking Pink. HEX triplet: E9, 0D and B9. RGB value is (233,13,185). Sum of RGB (Red+Green+Blue) = 233+13+185=431 (57% of max value = 765). Red value is 233 (91.41% from 255 or 54.06% from 431); Green value is 13 (5.47% from 255 or 3.02% from 431); Blue value is 185 (72.66% from 255 or 42.92% from 431); Max value from RGB is 233 - color contains mainly: red. Hex color #E90DB9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90DB9 is #16F246. Grayscale: #616161. Windows color (decimal): -1503815 or 12127721. OLE color: 12127721.

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

Color convert

RGB 233 13 185 -
CMYK 0 0.94 0.21 0.09
HSL 313.09º 0.89% 0.48% -
HSV(B) 313.09º 0.94% 0.91% -
XYZ 42.51 21.11 47.73 -
YUV 98.39 176.89 224.01 -
System Red Green Blue C M Y K H S L
Decimal 233 13 185 0 0.94 0.21 0.09 313.09 0.89 0.48
Hex E9 D B9 0 5E 15 9 139 59 30
Octal 351 15 271 0 136 25 11 471 131 60
Binary 11101001 1101 10111001 0 1011110 10101 1001 100111001 1011001 110000

Color Harmonies of #E90DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90DB9

Black with #E90DB9

Text Example


Text Example

White with #E90DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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