Html Css Color HEX #E005B9 Shocking Pink

📋 copy color: '#E005B9'

red 224 ◦ green 5 ◦ blue 185

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

Shades of Shocking Pink #E005B9

Tints of Shocking Pink #E005B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 44.69%

R = 54.11%
G = 1.21%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E005B9 (or 0xE005B9) is known color: Shocking Pink. HEX triplet: E0, 05 and B9. RGB value is (224,5,185). Sum of RGB (Red+Green+Blue) = 224+5+185=414 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.11% from 414); Green value is 5 (2.34% from 255 or 1.21% from 414); Blue value is 185 (72.66% from 255 or 44.69% from 414); Max value from RGB is 224 - color contains mainly: red. Hex color #E005B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E005B9 is #1FFA46. Grayscale: #5A5A5A. Windows color (decimal): -2095687 or 12125664. OLE color: 12125664.

HSL color Cylindrical-coordinate representation of color #E005B9: hue angle of 310.68º 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 #E005B9 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 5 185 -
CMYK 0 0.98 0.17 0.12
HSL 310.68º 0.96% 0.45% -
HSV(B) 310.68º 0.98% 0.88% -
XYZ 39.55 19.46 47.57 -
YUV 91 181.05 222.86 -
System Red Green Blue C M Y K H S L
Decimal 224 5 185 0 0.98 0.17 0.12 310.68 0.96 0.45
Hex E0 5 B9 0 62 11 C 137 60 2D
Octal 340 5 271 0 142 21 14 467 140 55
Binary 11100000 101 10111001 0 1100010 10001 1100 100110111 1100000 101101

Color Harmonies of #E005B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E005B9

Black with #E005B9

Text Example


Text Example

White with #E005B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E005B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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