Html Css Color HEX #E50CC1 Shocking Pink

📋 copy color: '#E50CC1'

red 229 ◦ green 12 ◦ blue 193

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

Shades of Shocking Pink #E50CC1

Tints of Shocking Pink #E50CC1

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.76%

 BLUE value IS 193 (75.78% from 255) = 44.47%

R = 52.76%
G = 2.76%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#E50CC1 (or 0xE50CC1) is known color: Shocking Pink. HEX triplet: E5, 0C and C1. RGB value is (229,12,193). Sum of RGB (Red+Green+Blue) = 229+12+193=434 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.76% from 434); Green value is 12 (5.08% from 255 or 2.76% from 434); Blue value is 193 (75.78% from 255 or 44.47% from 434); Max value from RGB is 229 - color contains mainly: red. Hex color #E50CC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50CC1 is #1AF33E. Grayscale: #616161. Windows color (decimal): -1766207 or 12651749. OLE color: 12651749.

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

Color convert

RGB 229 12 193 -
CMYK 0 0.95 0.16 0.10
HSL 309.95º 0.9% 0.47% -
HSV(B) 309.95º 0.95% 0.9% -
XYZ 42.07 20.77 52.24 -
YUV 97.52 181.89 221.78 -
System Red Green Blue C M Y K H S L
Decimal 229 12 193 0 0.95 0.16 0.10 309.95 0.9 0.47
Hex E5 C C1 0 5F 10 A 136 5A 2F
Octal 345 14 301 0 137 20 12 466 132 57
Binary 11100101 1100 11000001 0 1011111 10000 1010 100110110 1011010 101111

Color Harmonies of #E50CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50CC1

Black with #E50CC1

Text Example


Text Example

White with #E50CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50CC1; }

 p { color: rgb(229,12,193); }

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

background-color css

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

 a { background-color: rgb(229,12,193); }

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

border-color css

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

 span { border-color: rgb(229,12,193); }

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