Html Css Color HEX #E50CC6 Shocking Pink

📋 copy color: '#E50CC6'

red 229 ◦ green 12 ◦ blue 198

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

Shades of Shocking Pink #E50CC6

Tints of Shocking Pink #E50CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45.1%

R = 52.16%
G = 2.73%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#E50CC6 (or 0xE50CC6) is known color: Shocking Pink. HEX triplet: E5, 0C and C6. RGB value is (229,12,198). Sum of RGB (Red+Green+Blue) = 229+12+198=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 12 (5.08% from 255 or 2.73% from 439); Blue value is 198 (77.73% from 255 or 45.10% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E50CC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50CC6 is #1AF339. Grayscale: #616161. Windows color (decimal): -1766202 or 12979429. OLE color: 12979429.

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

Color convert

RGB 229 12 198 -
CMYK 0 0.95 0.14 0.10
HSL 308.57º 0.9% 0.47% -
HSV(B) 308.57º 0.95% 0.9% -
XYZ 42.64 21 55.23 -
YUV 98.09 184.39 221.38 -
System Red Green Blue C M Y K H S L
Decimal 229 12 198 0 0.95 0.14 0.10 308.57 0.9 0.47
Hex E5 C C6 0 5F E A 135 5A 2F
Octal 345 14 306 0 137 16 12 465 132 57
Binary 11100101 1100 11000110 0 1011111 1110 1010 100110101 1011010 101111

Color Harmonies of #E50CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50CC6

Black with #E50CC6

Text Example


Text Example

White with #E50CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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