Html Css Color HEX #E518B4 Shocking Pink

📋 copy color: '#E518B4'

red 229 ◦ green 24 ◦ blue 180

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

Shades of Shocking Pink #E518B4

Tints of Shocking Pink #E518B4

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.54%

 BLUE value IS 180 (70.7% from 255) = 41.57%

R = 52.89%
G = 5.54%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#E518B4 (or 0xE518B4) is known color: Shocking Pink. HEX triplet: E5, 18 and B4. RGB value is (229,24,180). Sum of RGB (Red+Green+Blue) = 229+24+180=433 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.89% from 433); Green value is 24 (9.77% from 255 or 5.54% from 433); Blue value is 180 (70.70% from 255 or 41.57% from 433); Max value from RGB is 229 - color contains mainly: red. Hex color #E518B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E518B4 is #1AE74B. Grayscale: #666666. Windows color (decimal): -1763148 or 11802853. OLE color: 11802853.

HSL color Cylindrical-coordinate representation of color #E518B4: hue angle of 314.34º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E518B4 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 24 180 -
CMYK 0 0.90 0.21 0.10
HSL 314.34º 0.81% 0.5% -
HSV(B) 314.34º 0.9% 0.9% -
XYZ 40.88 20.61 45 -
YUV 103.08 171.42 217.82 -
System Red Green Blue C M Y K H S L
Decimal 229 24 180 0 0.90 0.21 0.10 314.34 0.81 0.5
Hex E5 18 B4 0 5A 15 A 13A 51 32
Octal 345 30 264 0 132 25 12 472 121 62
Binary 11100101 11000 10110100 0 1011010 10101 1010 100111010 1010001 110010

Color Harmonies of #E518B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E518B4

Black with #E518B4

Text Example


Text Example

White with #E518B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E518B4; }

 p { color: rgb(229,24,180); }

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

background-color css

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

 a { background-color: rgb(229,24,180); }

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

border-color css

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

 span { border-color: rgb(229,24,180); }

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