Html Css Color HEX #E50ACA Shocking Pink

📋 copy color: '#E50ACA'

red 229 ◦ green 10 ◦ blue 202

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

Shades of Shocking Pink #E50ACA

Tints of Shocking Pink #E50ACA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.27%

 BLUE value IS 202 (79.3% from 255) = 45.8%

R = 51.93%
G = 2.27%
B = 45.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E50ACA (or 0xE50ACA) is known color: Shocking Pink. HEX triplet: E5, 0A and CA. RGB value is (229,10,202). Sum of RGB (Red+Green+Blue) = 229+10+202=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 10 (4.30% from 255 or 2.27% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E50ACA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50ACA is #1AF535. Grayscale: #606060. Windows color (decimal): -1766710 or 13241061. OLE color: 13241061.

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

Color convert

RGB 229 10 202 -
CMYK 0 0.96 0.12 0.10
HSL 307.4º 0.92% 0.47% -
HSV(B) 307.4º 0.96% 0.9% -
XYZ 43.08 21.14 57.69 -
YUV 97.37 187.05 221.89 -
System Red Green Blue C M Y K H S L
Decimal 229 10 202 0 0.96 0.12 0.10 307.4 0.92 0.47
Hex E5 A CA 0 60 C A 133 5C 2F
Octal 345 12 312 0 140 14 12 463 134 57
Binary 11100101 1010 11001010 0 1100000 1100 1010 100110011 1011100 101111

Color Harmonies of #E50ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50ACA

Black with #E50ACA

Text Example


Text Example

White with #E50ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50ACA; }

 p { color: rgb(229,10,202); }

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

background-color css

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

 a { background-color: rgb(229,10,202); }

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

border-color css

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

 span { border-color: rgb(229,10,202); }

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