Html Css Color HEX #E315AE Spicy Pink

📋 copy color: '#E315AE'

red 227 ◦ green 21 ◦ blue 174

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

Shades of Spicy Pink #E315AE

Tints of Spicy Pink #E315AE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.98%

 BLUE value IS 174 (68.36% from 255) = 41.23%

R = 53.79%
G = 4.98%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E315AE (or 0xE315AE) is known color: Spicy Pink. HEX triplet: E3, 15 and AE. RGB value is (227,21,174). Sum of RGB (Red+Green+Blue) = 227+21+174=422 (55% of max value = 765). Red value is 227 (89.06% from 255 or 53.79% from 422); Green value is 21 (8.59% from 255 or 4.98% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 227 - color contains mainly: red. Hex color #E315AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E315AE is #1CEA51. Grayscale: #636363. Windows color (decimal): -1894994 or 11408867. OLE color: 11408867.

HSL color Cylindrical-coordinate representation of color #E315AE: hue angle of 315.44º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E315AE is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 21 174 -
CMYK 0 0.91 0.23 0.11
HSL 315.44º 0.83% 0.49% -
HSV(B) 315.44º 0.91% 0.89% -
XYZ 39.59 19.92 41.8 -
YUV 100.04 169.75 218.56 -
System Red Green Blue C M Y K H S L
Decimal 227 21 174 0 0.91 0.23 0.11 315.44 0.83 0.49
Hex E3 15 AE 0 5B 17 B 13B 53 31
Octal 343 25 256 0 133 27 13 473 123 61
Binary 11100011 10101 10101110 0 1011011 10111 1011 100111011 1010011 110001

Color Harmonies of #E315AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E315AE

Black with #E315AE

Text Example


Text Example

White with #E315AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E315AE; }

 p { color: rgb(227,21,174); }

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

background-color css

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

 a { background-color: rgb(227,21,174); }

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

border-color css

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

 span { border-color: rgb(227,21,174); }

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