Html Css Color HEX #E209BA Shocking Pink

📋 copy color: '#E209BA'

red 226 ◦ green 9 ◦ blue 186

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

Shades of Shocking Pink #E209BA

Tints of Shocking Pink #E209BA

RGB

 RED value IS 226 (88.67% from 255) = 53.68%

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

 BLUE value IS 186 (73.05% from 255) = 44.18%

R = 53.68%
G = 2.14%
B = 44.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E209BA (or 0xE209BA) is known color: Shocking Pink. HEX triplet: E2, 09 and BA. RGB value is (226,9,186). Sum of RGB (Red+Green+Blue) = 226+9+186=421 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.68% from 421); Green value is 9 (3.91% from 255 or 2.14% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 226 - color contains mainly: red. Hex color #E209BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E209BA is #1DF645. Grayscale: #5D5D5D. Windows color (decimal): -1963590 or 12192226. OLE color: 12192226.

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

Color convert

RGB 226 9 186 -
CMYK 0 0.96 0.18 0.11
HSL 311.06º 0.92% 0.46% -
HSV(B) 311.06º 0.96% 0.89% -
XYZ 40.32 19.91 48.17 -
YUV 94.06 179.89 222.11 -
System Red Green Blue C M Y K H S L
Decimal 226 9 186 0 0.96 0.18 0.11 311.06 0.92 0.46
Hex E2 9 BA 0 60 12 B 137 5C 2E
Octal 342 11 272 0 140 22 13 467 134 56
Binary 11100010 1001 10111010 0 1100000 10010 1011 100110111 1011100 101110

Color Harmonies of #E209BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E209BA

Black with #E209BA

Text Example


Text Example

White with #E209BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E209BA; }

 p { color: rgb(226,9,186); }

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

background-color css

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

 a { background-color: rgb(226,9,186); }

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

border-color css

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

 span { border-color: rgb(226,9,186); }

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