Html Css Color HEX #E50ACB Shocking Pink

📋 copy color: '#E50ACB'

red 229 ◦ green 10 ◦ blue 203

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

Shades of Shocking Pink #E50ACB

Tints of Shocking Pink #E50ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.93%

R = 51.81%
G = 2.26%
B = 45.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E50ACB (or 0xE50ACB) is known color: Shocking Pink. HEX triplet: E5, 0A and CB. RGB value is (229,10,203). Sum of RGB (Red+Green+Blue) = 229+10+203=442 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.81% from 442); Green value is 10 (4.30% from 255 or 2.26% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 229 - color contains mainly: red. Hex color #E50ACB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50ACB is #1AF534. Grayscale: #606060. Windows color (decimal): -1766709 or 13306597. OLE color: 13306597.

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

Color convert

RGB 229 10 203 -
CMYK 0 0.96 0.11 0.10
HSL 307.12º 0.92% 0.47% -
HSV(B) 307.12º 0.96% 0.9% -
XYZ 43.2 21.19 58.31 -
YUV 97.48 187.55 221.81 -
System Red Green Blue C M Y K H S L
Decimal 229 10 203 0 0.96 0.11 0.10 307.12 0.92 0.47
Hex E5 A CB 0 60 B A 133 5C 2F
Octal 345 12 313 0 140 13 12 463 134 57
Binary 11100101 1010 11001011 0 1100000 1011 1010 100110011 1011100 101111

Color Harmonies of #E50ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50ACB

Black with #E50ACB

Text Example


Text Example

White with #E50ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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