Html Css Color HEX #E513BC Shocking Pink

📋 copy color: '#E513BC'

red 229 ◦ green 19 ◦ blue 188

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

Shades of Shocking Pink #E513BC

Tints of Shocking Pink #E513BC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.36%

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

R = 52.52%
G = 4.36%
B = 43.12%

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

#E513BC (or 0xE513BC) is known color: Shocking Pink. HEX triplet: E5, 13 and BC. RGB value is (229,19,188). Sum of RGB (Red+Green+Blue) = 229+19+188=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 19 (7.81% from 255 or 4.36% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E513BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E513BC is #1AEC43. Grayscale: #646464. Windows color (decimal): -1764420 or 12325861. OLE color: 12325861.

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

Color convert

RGB 229 19 188 -
CMYK 0 0.92 0.18 0.10
HSL 311.71º 0.85% 0.49% -
HSV(B) 311.71º 0.92% 0.9% -
XYZ 41.62 20.75 49.39 -
YUV 101.06 177.07 219.26 -
System Red Green Blue C M Y K H S L
Decimal 229 19 188 0 0.92 0.18 0.10 311.71 0.85 0.49
Hex E5 13 BC 0 5C 12 A 138 55 31
Octal 345 23 274 0 134 22 12 470 125 61
Binary 11100101 10011 10111100 0 1011100 10010 1010 100111000 1010101 110001

Color Harmonies of #E513BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E513BC

Black with #E513BC

Text Example


Text Example

White with #E513BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E513BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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