Html Css Color HEX #E30ABA Shocking Pink

📋 copy color: '#E30ABA'

red 227 ◦ green 10 ◦ blue 186

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

Shades of Shocking Pink #E30ABA

Tints of Shocking Pink #E30ABA

RGB

 RED value IS 227 (89.06% from 255) = 53.66%

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

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

R = 53.66%
G = 2.36%
B = 43.97%

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

#E30ABA (or 0xE30ABA) is known color: Shocking Pink. HEX triplet: E3, 0A and BA. RGB value is (227,10,186). Sum of RGB (Red+Green+Blue) = 227+10+186=423 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.66% from 423); Green value is 10 (4.30% from 255 or 2.36% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 227 - color contains mainly: red. Hex color #E30ABA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30ABA is #1CF545. Grayscale: #5E5E5E. Windows color (decimal): -1897798 or 12192483. OLE color: 12192483.

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

Color convert

RGB 227 10 186 -
CMYK 0 0.96 0.18 0.11
HSL 311.34º 0.92% 0.46% -
HSV(B) 311.34º 0.96% 0.89% -
XYZ 40.65 20.09 48.19 -
YUV 94.95 179.39 222.19 -
System Red Green Blue C M Y K H S L
Decimal 227 10 186 0 0.96 0.18 0.11 311.34 0.92 0.46
Hex E3 A BA 0 60 12 B 137 5C 2E
Octal 343 12 272 0 140 22 13 467 134 56
Binary 11100011 1010 10111010 0 1100000 10010 1011 100110111 1011100 101110

Color Harmonies of #E30ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30ABA

Black with #E30ABA

Text Example


Text Example

White with #E30ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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