Html Css Color HEX #E40ABA Shocking Pink

📋 copy color: '#E40ABA'

red 228 ◦ green 10 ◦ blue 186

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

Shades of Shocking Pink #E40ABA

Tints of Shocking Pink #E40ABA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.36%

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

R = 53.77%
G = 2.36%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E40ABA (or 0xE40ABA) is known color: Shocking Pink. HEX triplet: E4, 0A and BA. RGB value is (228,10,186). Sum of RGB (Red+Green+Blue) = 228+10+186=424 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.77% from 424); Green value is 10 (4.30% from 255 or 2.36% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 228 - color contains mainly: red. Hex color #E40ABA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40ABA is #1BF545. Grayscale: #5E5E5E. Windows color (decimal): -1832262 or 12192484. OLE color: 12192484.

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

Color convert

RGB 228 10 186 -
CMYK 0 0.96 0.18 0.11
HSL 311.56º 0.92% 0.47% -
HSV(B) 311.56º 0.96% 0.89% -
XYZ 40.97 20.26 48.21 -
YUV 95.25 179.22 222.69 -
System Red Green Blue C M Y K H S L
Decimal 228 10 186 0 0.96 0.18 0.11 311.56 0.92 0.47
Hex E4 A BA 0 60 12 B 138 5C 2F
Octal 344 12 272 0 140 22 13 470 134 57
Binary 11100100 1010 10111010 0 1100000 10010 1011 100111000 1011100 101111

Color Harmonies of #E40ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40ABA

Black with #E40ABA

Text Example


Text Example

White with #E40ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40ABA; }

 p { color: rgb(228,10,186); }

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

background-color css

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

 a { background-color: rgb(228,10,186); }

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

border-color css

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

 span { border-color: rgb(228,10,186); }

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