Html Css Color HEX #E30ABE Shocking Pink

📋 copy color: '#E30ABE'

red 227 ◦ green 10 ◦ blue 190

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

Shades of Shocking Pink #E30ABE

Tints of Shocking Pink #E30ABE

RGB

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

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

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

R = 53.16%
G = 2.34%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E30ABE (or 0xE30ABE) is known color: Shocking Pink. HEX triplet: E3, 0A and BE. RGB value is (227,10,190). Sum of RGB (Red+Green+Blue) = 227+10+190=427 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.16% from 427); Green value is 10 (4.30% from 255 or 2.34% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 227 - color contains mainly: red. Hex color #E30ABE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30ABE is #1CF541. Grayscale: #5E5E5E. Windows color (decimal): -1897794 or 12454627. OLE color: 12454627.

HSL color Cylindrical-coordinate representation of color #E30ABE: hue angle of 310.23º 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 #E30ABE is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 10 190 -
CMYK 0 0.96 0.16 0.11
HSL 310.23º 0.92% 0.46% -
HSV(B) 310.23º 0.96% 0.89% -
XYZ 41.08 20.27 50.46 -
YUV 95.4 181.39 221.86 -
System Red Green Blue C M Y K H S L
Decimal 227 10 190 0 0.96 0.16 0.11 310.23 0.92 0.46
Hex E3 A BE 0 60 10 B 136 5C 2E
Octal 343 12 276 0 140 20 13 466 134 56
Binary 11100011 1010 10111110 0 1100000 10000 1011 100110110 1011100 101110

Color Harmonies of #E30ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30ABE

Black with #E30ABE

Text Example


Text Example

White with #E30ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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