Html Css Color HEX #E50ABC Shocking Pink

📋 copy color: '#E50ABC'

red 229 ◦ green 10 ◦ blue 188

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

Shades of Shocking Pink #E50ABC

Tints of Shocking Pink #E50ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.03%

R = 53.63%
G = 2.34%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E50ABC (or 0xE50ABC) is known color: Shocking Pink. HEX triplet: E5, 0A and BC. RGB value is (229,10,188). Sum of RGB (Red+Green+Blue) = 229+10+188=427 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.63% from 427); Green value is 10 (4.30% from 255 or 2.34% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 229 - color contains mainly: red. Hex color #E50ABC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50ABC is #1AF543. Grayscale: #5F5F5F. Windows color (decimal): -1766724 or 12323557. OLE color: 12323557.

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

Color convert

RGB 229 10 188 -
CMYK 0 0.96 0.18 0.10
HSL 311.23º 0.92% 0.47% -
HSV(B) 311.23º 0.96% 0.9% -
XYZ 41.5 20.51 49.35 -
YUV 95.77 180.05 223.03 -
System Red Green Blue C M Y K H S L
Decimal 229 10 188 0 0.96 0.18 0.10 311.23 0.92 0.47
Hex E5 A BC 0 60 12 A 137 5C 2F
Octal 345 12 274 0 140 22 12 467 134 57
Binary 11100101 1010 10111100 0 1100000 10010 1010 100110111 1011100 101111

Color Harmonies of #E50ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50ABC

Black with #E50ABC

Text Example


Text Example

White with #E50ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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