Html Css Color HEX #E50DC7 Shocking Pink

📋 copy color: '#E50DC7'

red 229 ◦ green 13 ◦ blue 199

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

Shades of Shocking Pink #E50DC7

Tints of Shocking Pink #E50DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.12%

R = 51.93%
G = 2.95%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#E50DC7 (or 0xE50DC7) is known color: Shocking Pink. HEX triplet: E5, 0D and C7. RGB value is (229,13,199). Sum of RGB (Red+Green+Blue) = 229+13+199=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 13 (5.47% from 255 or 2.95% from 441); Blue value is 199 (78.12% from 255 or 45.12% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E50DC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50DC7 is #1AF238. Grayscale: #626262. Windows color (decimal): -1765945 or 13045221. OLE color: 13045221.

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

Color convert

RGB 229 13 199 -
CMYK 0 0.94 0.13 0.10
HSL 308.33º 0.89% 0.47% -
HSV(B) 308.33º 0.94% 0.9% -
XYZ 42.77 21.07 55.85 -
YUV 98.79 184.56 220.88 -
System Red Green Blue C M Y K H S L
Decimal 229 13 199 0 0.94 0.13 0.10 308.33 0.89 0.47
Hex E5 D C7 0 5E D A 134 59 2F
Octal 345 15 307 0 136 15 12 464 131 57
Binary 11100101 1101 11000111 0 1011110 1101 1010 100110100 1011001 101111

Color Harmonies of #E50DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50DC7

Black with #E50DC7

Text Example


Text Example

White with #E50DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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