Html Css Color HEX #E005B6 Shocking Pink

📋 copy color: '#E005B6'

red 224 ◦ green 5 ◦ blue 182

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

Shades of Shocking Pink #E005B6

Tints of Shocking Pink #E005B6

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.22%

 BLUE value IS 182 (71.48% from 255) = 44.28%

R = 54.5%
G = 1.22%
B = 44.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E005B6 (or 0xE005B6) is known color: Shocking Pink. HEX triplet: E0, 05 and B6. RGB value is (224,5,182). Sum of RGB (Red+Green+Blue) = 224+5+182=411 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.50% from 411); Green value is 5 (2.34% from 255 or 1.22% from 411); Blue value is 182 (71.48% from 255 or 44.28% from 411); Max value from RGB is 224 - color contains mainly: red. Hex color #E005B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E005B6 is #1FFA49. Grayscale: #5A5A5A. Windows color (decimal): -2095690 or 11929056. OLE color: 11929056.

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

Color convert

RGB 224 5 182 -
CMYK 0 0.98 0.19 0.12
HSL 311.51º 0.96% 0.45% -
HSV(B) 311.51º 0.98% 0.88% -
XYZ 39.24 19.33 45.92 -
YUV 90.66 179.55 223.11 -
System Red Green Blue C M Y K H S L
Decimal 224 5 182 0 0.98 0.19 0.12 311.51 0.96 0.45
Hex E0 5 B6 0 62 13 C 138 60 2D
Octal 340 5 266 0 142 23 14 470 140 55
Binary 11100000 101 10110110 0 1100010 10011 1100 100111000 1100000 101101

Color Harmonies of #E005B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E005B6

Black with #E005B6

Text Example


Text Example

White with #E005B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E005B6; }

 p { color: rgb(224,5,182); }

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

background-color css

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

 a { background-color: rgb(224,5,182); }

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

border-color css

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

 span { border-color: rgb(224,5,182); }

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