Html Css Color HEX #E508B5 Shocking Pink

📋 copy color: '#E508B5'

red 229 ◦ green 8 ◦ blue 181

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

Shades of Shocking Pink #E508B5

Tints of Shocking Pink #E508B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.3%

R = 54.78%
G = 1.91%
B = 43.3%

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

#E508B5 (or 0xE508B5) is known color: Shocking Pink. HEX triplet: E5, 08 and B5. RGB value is (229,8,181). Sum of RGB (Red+Green+Blue) = 229+8+181=418 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.78% from 418); Green value is 8 (3.52% from 255 or 1.91% from 418); Blue value is 181 (71.09% from 255 or 43.30% from 418); Max value from RGB is 229 - color contains mainly: red. Hex color #E508B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E508B5 is #1AF74A. Grayscale: #5D5D5D. Windows color (decimal): -1767243 or 11864293. OLE color: 11864293.

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

Color convert

RGB 229 8 181 -
CMYK 0 0.97 0.21 0.10
HSL 313.03º 0.93% 0.46% -
HSV(B) 313.03º 0.97% 0.9% -
XYZ 40.74 20.17 45.46 -
YUV 93.8 177.22 224.43 -
System Red Green Blue C M Y K H S L
Decimal 229 8 181 0 0.97 0.21 0.10 313.03 0.93 0.46
Hex E5 8 B5 0 61 15 A 139 5D 2E
Octal 345 10 265 0 141 25 12 471 135 56
Binary 11100101 1000 10110101 0 1100001 10101 1010 100111001 1011101 101110

Color Harmonies of #E508B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E508B5

Black with #E508B5

Text Example


Text Example

White with #E508B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E508B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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