Html Css Color HEX #E512BA Shocking Pink

📋 copy color: '#E512BA'

red 229 ◦ green 18 ◦ blue 186

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

Shades of Shocking Pink #E512BA

Tints of Shocking Pink #E512BA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.16%

 BLUE value IS 186 (73.05% from 255) = 42.96%

R = 52.89%
G = 4.16%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E512BA (or 0xE512BA) is known color: Shocking Pink. HEX triplet: E5, 12 and BA. RGB value is (229,18,186). Sum of RGB (Red+Green+Blue) = 229+18+186=433 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.89% from 433); Green value is 18 (7.42% from 255 or 4.16% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 229 - color contains mainly: red. Hex color #E512BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E512BA is #1AED45. Grayscale: #636363. Windows color (decimal): -1764678 or 12194533. OLE color: 12194533.

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

Color convert

RGB 229 18 186 -
CMYK 0 0.92 0.19 0.10
HSL 312.23º 0.85% 0.48% -
HSV(B) 312.23º 0.92% 0.9% -
XYZ 41.39 20.64 48.26 -
YUV 100.24 176.4 219.84 -
System Red Green Blue C M Y K H S L
Decimal 229 18 186 0 0.92 0.19 0.10 312.23 0.85 0.48
Hex E5 12 BA 0 5C 13 A 138 55 30
Octal 345 22 272 0 134 23 12 470 125 60
Binary 11100101 10010 10111010 0 1011100 10011 1010 100111000 1010101 110000

Color Harmonies of #E512BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E512BA

Black with #E512BA

Text Example


Text Example

White with #E512BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E512BA; }

 p { color: rgb(229,18,186); }

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

background-color css

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

 a { background-color: rgb(229,18,186); }

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

border-color css

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

 span { border-color: rgb(229,18,186); }

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