Html Css Color HEX #E50DB9 Shocking Pink

📋 copy color: '#E50DB9'

red 229 ◦ green 13 ◦ blue 185

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

Shades of Shocking Pink #E50DB9

Tints of Shocking Pink #E50DB9

RGB

 RED value IS 229 (89.84% from 255) = 53.63%

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

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

R = 53.63%
G = 3.04%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E50DB9 (or 0xE50DB9) is known color: Shocking Pink. HEX triplet: E5, 0D and B9. RGB value is (229,13,185). Sum of RGB (Red+Green+Blue) = 229+13+185=427 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.63% from 427); Green value is 13 (5.47% from 255 or 3.04% from 427); Blue value is 185 (72.66% from 255 or 43.33% from 427); Max value from RGB is 229 - color contains mainly: red. Hex color #E50DB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50DB9 is #1AF246. Grayscale: #606060. Windows color (decimal): -1765959 or 12127717. OLE color: 12127717.

HSL color Cylindrical-coordinate representation of color #E50DB9: hue angle of 312.22º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E50DB9 is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 13 185 -
CMYK 0 0.94 0.19 0.10
HSL 312.22º 0.89% 0.47% -
HSV(B) 312.22º 0.94% 0.9% -
XYZ 41.21 20.45 47.67 -
YUV 97.19 177.56 222.01 -
System Red Green Blue C M Y K H S L
Decimal 229 13 185 0 0.94 0.19 0.10 312.22 0.89 0.47
Hex E5 D B9 0 5E 13 A 138 59 2F
Octal 345 15 271 0 136 23 12 470 131 57
Binary 11100101 1101 10111001 0 1011110 10011 1010 100111000 1011001 101111

Color Harmonies of #E50DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50DB9

Black with #E50DB9

Text Example


Text Example

White with #E50DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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