Html Css Color HEX #E30ABC Shocking Pink

📋 copy color: '#E30ABC'

red 227 ◦ green 10 ◦ blue 188

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

Shades of Shocking Pink #E30ABC

Tints of Shocking Pink #E30ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.24%

R = 53.41%
G = 2.35%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E30ABC (or 0xE30ABC) is known color: Shocking Pink. HEX triplet: E3, 0A and BC. RGB value is (227,10,188). Sum of RGB (Red+Green+Blue) = 227+10+188=425 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.41% from 425); Green value is 10 (4.30% from 255 or 2.35% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 227 - color contains mainly: red. Hex color #E30ABC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30ABC is #1CF543. Grayscale: #5E5E5E. Windows color (decimal): -1897796 or 12323555. OLE color: 12323555.

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

Color convert

RGB 227 10 188 -
CMYK 0 0.96 0.17 0.11
HSL 310.78º 0.92% 0.46% -
HSV(B) 310.78º 0.96% 0.89% -
XYZ 40.86 20.18 49.32 -
YUV 95.18 180.39 222.03 -
System Red Green Blue C M Y K H S L
Decimal 227 10 188 0 0.96 0.17 0.11 310.78 0.92 0.46
Hex E3 A BC 0 60 11 B 137 5C 2E
Octal 343 12 274 0 140 21 13 467 134 56
Binary 11100011 1010 10111100 0 1100000 10001 1011 100110111 1011100 101110

Color Harmonies of #E30ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30ABC

Black with #E30ABC

Text Example


Text Example

White with #E30ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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