Html Css Color HEX #E11ABC Shocking Pink

📋 copy color: '#E11ABC'

red 225 ◦ green 26 ◦ blue 188

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

Shades of Shocking Pink #E11ABC

Tints of Shocking Pink #E11ABC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.92%

 BLUE value IS 188 (73.83% from 255) = 42.82%

R = 51.25%
G = 5.92%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E11ABC (or 0xE11ABC) is known color: Shocking Pink. HEX triplet: E1, 1A and BC. RGB value is (225,26,188). Sum of RGB (Red+Green+Blue) = 225+26+188=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 26 (10.55% from 255 or 5.92% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E11ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11ABC is #1EE543. Grayscale: #676767. Windows color (decimal): -2024772 or 12327649. OLE color: 12327649.

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

Color convert

RGB 225 26 188 -
CMYK 0 0.88 0.16 0.12
HSL 311.16º 0.79% 0.49% -
HSV(B) 311.16º 0.88% 0.88% -
XYZ 40.5 20.38 49.38 -
YUV 103.97 175.43 214.33 -
System Red Green Blue C M Y K H S L
Decimal 225 26 188 0 0.88 0.16 0.12 311.16 0.79 0.49
Hex E1 1A BC 0 58 10 C 137 4F 31
Octal 341 32 274 0 130 20 14 467 117 61
Binary 11100001 11010 10111100 0 1011000 10000 1100 100110111 1001111 110001

Color Harmonies of #E11ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11ABC

Black with #E11ABC

Text Example


Text Example

White with #E11ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11ABC; }

 p { color: rgb(225,26,188); }

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

background-color css

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

 a { background-color: rgb(225,26,188); }

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

border-color css

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

 span { border-color: rgb(225,26,188); }

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