Html Css Color HEX #E008B5 Shocking Pink

📋 copy color: '#E008B5'

red 224 ◦ green 8 ◦ blue 181

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

Shades of Shocking Pink #E008B5

Tints of Shocking Pink #E008B5

RGB

 RED value IS 224 (87.89% from 255) = 54.24%

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

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

R = 54.24%
G = 1.94%
B = 43.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E008B5 (or 0xE008B5) is known color: Shocking Pink. HEX triplet: E0, 08 and B5. RGB value is (224,8,181). Sum of RGB (Red+Green+Blue) = 224+8+181=413 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.24% from 413); Green value is 8 (3.52% from 255 or 1.94% from 413); Blue value is 181 (71.09% from 255 or 43.83% from 413); Max value from RGB is 224 - color contains mainly: red. Hex color #E008B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E008B5 is #1FF74A. Grayscale: #5B5B5B. Windows color (decimal): -2094923 or 11864288. OLE color: 11864288.

HSL color Cylindrical-coordinate representation of color #E008B5: hue angle of 311.94º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E008B5 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 8 181 -
CMYK 0 0.96 0.19 0.12
HSL 311.94º 0.93% 0.45% -
HSV(B) 311.94º 0.96% 0.88% -
XYZ 39.17 19.36 45.39 -
YUV 92.31 178.06 221.93 -
System Red Green Blue C M Y K H S L
Decimal 224 8 181 0 0.96 0.19 0.12 311.94 0.93 0.45
Hex E0 8 B5 0 60 13 C 138 5D 2D
Octal 340 10 265 0 140 23 14 470 135 55
Binary 11100000 1000 10110101 0 1100000 10011 1100 100111000 1011101 101101

Color Harmonies of #E008B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E008B5

Black with #E008B5

Text Example


Text Example

White with #E008B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E008B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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