Html Css Color HEX #E01ABE Shocking Pink

📋 copy color: '#E01ABE'

red 224 ◦ green 26 ◦ blue 190

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

Shades of Shocking Pink #E01ABE

Tints of Shocking Pink #E01ABE

RGB

 RED value IS 224 (87.89% from 255) = 50.91%

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

 BLUE value IS 190 (74.61% from 255) = 43.18%

R = 50.91%
G = 5.91%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E01ABE (or 0xE01ABE) is known color: Shocking Pink. HEX triplet: E0, 1A and BE. RGB value is (224,26,190). Sum of RGB (Red+Green+Blue) = 224+26+190=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 26 (10.55% from 255 or 5.91% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E01ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01ABE is #1FE541. Grayscale: #676767. Windows color (decimal): -2090306 or 12458720. OLE color: 12458720.

HSL color Cylindrical-coordinate representation of color #E01ABE: hue angle of 310.3º 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 #E01ABE is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 26 190 -
CMYK 0 0.88 0.15 0.12
HSL 310.3º 0.79% 0.49% -
HSV(B) 310.3º 0.88% 0.88% -
XYZ 40.4 20.3 50.5 -
YUV 103.9 176.6 213.66 -
System Red Green Blue C M Y K H S L
Decimal 224 26 190 0 0.88 0.15 0.12 310.3 0.79 0.49
Hex E0 1A BE 0 58 F C 136 4F 31
Octal 340 32 276 0 130 17 14 466 117 61
Binary 11100000 11010 10111110 0 1011000 1111 1100 100110110 1001111 110001

Color Harmonies of #E01ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01ABE

Black with #E01ABE

Text Example


Text Example

White with #E01ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01ABE; }

 p { color: rgb(224,26,190); }

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

background-color css

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

 a { background-color: rgb(224,26,190); }

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

border-color css

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

 span { border-color: rgb(224,26,190); }

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