Html Css Color HEX #E31ACC Shocking Pink

📋 copy color: '#E31ACC'

red 227 ◦ green 26 ◦ blue 204

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

Shades of Shocking Pink #E31ACC

Tints of Shocking Pink #E31ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.64%

R = 49.67%
G = 5.69%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E31ACC (or 0xE31ACC) is known color: Shocking Pink. HEX triplet: E3, 1A and CC. RGB value is (227,26,204). Sum of RGB (Red+Green+Blue) = 227+26+204=457 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.67% from 457); Green value is 26 (10.55% from 255 or 5.69% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 227 - color contains mainly: red. Hex color #E31ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31ACC is #1CE533. Grayscale: #696969. Windows color (decimal): -1893684 or 13376227. OLE color: 13376227.

HSL color Cylindrical-coordinate representation of color #E31ACC: hue angle of 306.87º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E31ACC is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 26 204 -
CMYK 0 0.89 0.10 0.11
HSL 306.87º 0.79% 0.5% -
HSV(B) 306.87º 0.89% 0.89% -
XYZ 42.95 21.43 59 -
YUV 106.39 183.09 214.03 -
System Red Green Blue C M Y K H S L
Decimal 227 26 204 0 0.89 0.10 0.11 306.87 0.79 0.5
Hex E3 1A CC 0 59 A B 133 4F 32
Octal 343 32 314 0 131 12 13 463 117 62
Binary 11100011 11010 11001100 0 1011001 1010 1011 100110011 1001111 110010

Color Harmonies of #E31ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31ACC

Black with #E31ACC

Text Example


Text Example

White with #E31ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31ACC; }

 p { color: rgb(227,26,204); }

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

background-color css

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

 a { background-color: rgb(227,26,204); }

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

border-color css

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

 span { border-color: rgb(227,26,204); }

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