Html Css Color HEX #E512BC Shocking Pink

📋 copy color: '#E512BC'

red 229 ◦ green 18 ◦ blue 188

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

Shades of Shocking Pink #E512BC

Tints of Shocking Pink #E512BC

RGB

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

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

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

R = 52.64%
G = 4.14%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E512BC (or 0xE512BC) is known color: Shocking Pink. HEX triplet: E5, 12 and BC. RGB value is (229,18,188). Sum of RGB (Red+Green+Blue) = 229+18+188=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 18 (7.42% from 255 or 4.14% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E512BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E512BC is #1AED43. Grayscale: #646464. Windows color (decimal): -1764676 or 12325605. OLE color: 12325605.

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

Color convert

RGB 229 18 188 -
CMYK 0 0.92 0.18 0.10
HSL 311.66º 0.85% 0.48% -
HSV(B) 311.66º 0.92% 0.9% -
XYZ 41.61 20.72 49.38 -
YUV 100.47 177.4 219.68 -
System Red Green Blue C M Y K H S L
Decimal 229 18 188 0 0.92 0.18 0.10 311.66 0.85 0.48
Hex E5 12 BC 0 5C 12 A 138 55 30
Octal 345 22 274 0 134 22 12 470 125 60
Binary 11100101 10010 10111100 0 1011100 10010 1010 100111000 1010101 110000

Color Harmonies of #E512BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E512BC

Black with #E512BC

Text Example


Text Example

White with #E512BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E512BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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