Html Css Color HEX #E123BA Shocking Pink

📋 copy color: '#E123BA'

red 225 ◦ green 35 ◦ blue 186

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

Shades of Shocking Pink #E123BA

Tints of Shocking Pink #E123BA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.85%

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

R = 50.45%
G = 7.85%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E123BA (or 0xE123BA) is known color: Shocking Pink. HEX triplet: E1, 23 and BA. RGB value is (225,35,186). Sum of RGB (Red+Green+Blue) = 225+35+186=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 35 (14.06% from 255 or 7.85% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E123BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E123BA is #1EDC45. Grayscale: #6C6C6C. Windows color (decimal): -2022470 or 12198881. OLE color: 12198881.

HSL color Cylindrical-coordinate representation of color #E123BA: hue angle of 312.32º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E123BA is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 35 186 -
CMYK 0 0.84 0.17 0.12
HSL 312.32º 0.76% 0.51% -
HSV(B) 312.32º 0.84% 0.88% -
XYZ 40.52 20.75 48.33 -
YUV 109.02 171.45 210.72 -
System Red Green Blue C M Y K H S L
Decimal 225 35 186 0 0.84 0.17 0.12 312.32 0.76 0.51
Hex E1 23 BA 0 54 11 C 138 4C 33
Octal 341 43 272 0 124 21 14 470 114 63
Binary 11100001 100011 10111010 0 1010100 10001 1100 100111000 1001100 110011

Color Harmonies of #E123BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E123BA

Black with #E123BA

Text Example


Text Example

White with #E123BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E123BA; }

 p { color: rgb(225,35,186); }

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

background-color css

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

 a { background-color: rgb(225,35,186); }

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

border-color css

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

 span { border-color: rgb(225,35,186); }

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