Html Css Color HEX #E109BD Shocking Pink

📋 copy color: '#E109BD'

red 225 ◦ green 9 ◦ blue 189

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

Shades of Shocking Pink #E109BD

Tints of Shocking Pink #E109BD

RGB

 RED value IS 225 (88.28% from 255) = 53.19%

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

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

R = 53.19%
G = 2.13%
B = 44.68%

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

#E109BD (or 0xE109BD) is known color: Shocking Pink. HEX triplet: E1, 09 and BD. RGB value is (225,9,189). Sum of RGB (Red+Green+Blue) = 225+9+189=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 9 (3.91% from 255 or 2.13% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E109BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E109BD is #1EF642. Grayscale: #5D5D5D. Windows color (decimal): -2029123 or 12388833. OLE color: 12388833.

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

Color convert

RGB 225 9 189 -
CMYK 0 0.96 0.16 0.12
HSL 310º 0.92% 0.46% -
HSV(B) 310º 0.96% 0.88% -
XYZ 40.33 19.88 49.85 -
YUV 94.1 181.56 221.36 -
System Red Green Blue C M Y K H S L
Decimal 225 9 189 0 0.96 0.16 0.12 310 0.92 0.46
Hex E1 9 BD 0 60 10 C 136 5C 2E
Octal 341 11 275 0 140 20 14 466 134 56
Binary 11100001 1001 10111101 0 1100000 10000 1100 100110110 1011100 101110

Color Harmonies of #E109BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E109BD

Black with #E109BD

Text Example


Text Example

White with #E109BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E109BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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