Html Css Color HEX #E21ABB Shocking Pink

📋 copy color: '#E21ABB'

red 226 ◦ green 26 ◦ blue 187

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

Shades of Shocking Pink #E21ABB

Tints of Shocking Pink #E21ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.6%

R = 51.48%
G = 5.92%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E21ABB (or 0xE21ABB) is known color: Shocking Pink. HEX triplet: E2, 1A and BB. RGB value is (226,26,187). Sum of RGB (Red+Green+Blue) = 226+26+187=439 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.48% from 439); Green value is 26 (10.55% from 255 or 5.92% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 226 - color contains mainly: red. Hex color #E21ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21ABB is #1DE544. Grayscale: #676767. Windows color (decimal): -1959237 or 12262114. OLE color: 12262114.

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

Color convert

RGB 226 26 187 -
CMYK 0 0.88 0.17 0.11
HSL 311.7º 0.79% 0.49% -
HSV(B) 311.7º 0.88% 0.89% -
XYZ 40.7 20.5 48.82 -
YUV 104.15 174.76 214.91 -
System Red Green Blue C M Y K H S L
Decimal 226 26 187 0 0.88 0.17 0.11 311.7 0.79 0.49
Hex E2 1A BB 0 58 11 B 138 4F 31
Octal 342 32 273 0 130 21 13 470 117 61
Binary 11100010 11010 10111011 0 1011000 10001 1011 100111000 1001111 110001

Color Harmonies of #E21ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21ABB

Black with #E21ABB

Text Example


Text Example

White with #E21ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21ABB; }

 p { color: rgb(226,26,187); }

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

background-color css

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

 a { background-color: rgb(226,26,187); }

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

border-color css

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

 span { border-color: rgb(226,26,187); }

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