Html Css Color HEX #E009BD Shocking Pink

📋 copy color: '#E009BD'

red 224 ◦ green 9 ◦ blue 189

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

Shades of Shocking Pink #E009BD

Tints of Shocking Pink #E009BD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.13%

 BLUE value IS 189 (74.22% from 255) = 44.79%

R = 53.08%
G = 2.13%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E009BD (or 0xE009BD) is known color: Shocking Pink. HEX triplet: E0, 09 and BD. RGB value is (224,9,189). Sum of RGB (Red+Green+Blue) = 224+9+189=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 9 (3.91% from 255 or 2.13% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E009BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E009BD is #1FF642. Grayscale: #5D5D5D. Windows color (decimal): -2094659 or 12388832. OLE color: 12388832.

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

Color convert

RGB 224 9 189 -
CMYK 0 0.96 0.16 0.12
HSL 309.77º 0.92% 0.46% -
HSV(B) 309.77º 0.96% 0.88% -
XYZ 40.02 19.72 49.84 -
YUV 93.81 181.73 220.86 -
System Red Green Blue C M Y K H S L
Decimal 224 9 189 0 0.96 0.16 0.12 309.77 0.92 0.46
Hex E0 9 BD 0 60 10 C 136 5C 2E
Octal 340 11 275 0 140 20 14 466 134 56
Binary 11100000 1001 10111101 0 1100000 10000 1100 100110110 1011100 101110

Color Harmonies of #E009BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E009BD

Black with #E009BD

Text Example


Text Example

White with #E009BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E009BD; }

 p { color: rgb(224,9,189); }

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

background-color css

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

 a { background-color: rgb(224,9,189); }

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

border-color css

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

 span { border-color: rgb(224,9,189); }

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