Html Css Color HEX #E508B4 Shocking Pink

📋 copy color: '#E508B4'

red 229 ◦ green 8 ◦ blue 180

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

Shades of Shocking Pink #E508B4

Tints of Shocking Pink #E508B4

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.92%

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

R = 54.92%
G = 1.92%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#E508B4 (or 0xE508B4) is known color: Shocking Pink. HEX triplet: E5, 08 and B4. RGB value is (229,8,180). Sum of RGB (Red+Green+Blue) = 229+8+180=417 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.92% from 417); Green value is 8 (3.52% from 255 or 1.92% from 417); Blue value is 180 (70.70% from 255 or 43.17% from 417); Max value from RGB is 229 - color contains mainly: red. Hex color #E508B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E508B4 is #1AF74B. Grayscale: #5D5D5D. Windows color (decimal): -1767244 or 11798757. OLE color: 11798757.

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

Color convert

RGB 229 8 180 -
CMYK 0 0.97 0.21 0.10
HSL 313.3º 0.93% 0.46% -
HSV(B) 313.3º 0.97% 0.9% -
XYZ 40.64 20.13 44.92 -
YUV 93.69 176.72 224.51 -
System Red Green Blue C M Y K H S L
Decimal 229 8 180 0 0.97 0.21 0.10 313.3 0.93 0.46
Hex E5 8 B4 0 61 15 A 139 5D 2E
Octal 345 10 264 0 141 25 12 471 135 56
Binary 11100101 1000 10110100 0 1100001 10101 1010 100111001 1011101 101110

Color Harmonies of #E508B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E508B4

Black with #E508B4

Text Example


Text Example

White with #E508B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E508B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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