Html Css Color HEX #E41ABC Shocking Pink

📋 copy color: '#E41ABC'

red 228 ◦ green 26 ◦ blue 188

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

Shades of Shocking Pink #E41ABC

Tints of Shocking Pink #E41ABC

RGB

 RED value IS 228 (89.45% from 255) = 51.58%

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

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

R = 51.58%
G = 5.88%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E41ABC (or 0xE41ABC) is known color: Shocking Pink. HEX triplet: E4, 1A and BC. RGB value is (228,26,188). Sum of RGB (Red+Green+Blue) = 228+26+188=442 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.58% from 442); Green value is 26 (10.55% from 255 or 5.88% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 228 - color contains mainly: red. Hex color #E41ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41ABC is #1BE543. Grayscale: #686868. Windows color (decimal): -1828164 or 12327652. OLE color: 12327652.

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

Color convert

RGB 228 26 188 -
CMYK 0 0.89 0.18 0.11
HSL 311.88º 0.8% 0.5% -
HSV(B) 311.88º 0.89% 0.89% -
XYZ 41.44 20.86 49.42 -
YUV 104.87 174.92 215.83 -
System Red Green Blue C M Y K H S L
Decimal 228 26 188 0 0.89 0.18 0.11 311.88 0.8 0.5
Hex E4 1A BC 0 59 12 B 138 50 32
Octal 344 32 274 0 131 22 13 470 120 62
Binary 11100100 11010 10111100 0 1011001 10010 1011 100111000 1010000 110010

Color Harmonies of #E41ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41ABC

Black with #E41ABC

Text Example


Text Example

White with #E41ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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