Html Css Color HEX #E31CA5 Spicy Pink

📋 copy color: '#E31CA5'

red 227 ◦ green 28 ◦ blue 165

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

Shades of Spicy Pink #E31CA5

Tints of Spicy Pink #E31CA5

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.67%

 BLUE value IS 165 (64.84% from 255) = 39.29%

R = 54.05%
G = 6.67%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#E31CA5 (or 0xE31CA5) is known color: Spicy Pink. HEX triplet: E3, 1C and A5. RGB value is (227,28,165). Sum of RGB (Red+Green+Blue) = 227+28+165=420 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.05% from 420); Green value is 28 (11.33% from 255 or 6.67% from 420); Blue value is 165 (64.84% from 255 or 39.29% from 420); Max value from RGB is 227 - color contains mainly: red. Hex color #E31CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E31CA5 is #1CE35A. Grayscale: #666666. Windows color (decimal): -1893211 or 10820835. OLE color: 10820835.

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

Color convert

RGB 227 28 165 -
CMYK 0 0.88 0.27 0.11
HSL 318.69º 0.78% 0.5% -
HSV(B) 318.69º 0.88% 0.89% -
XYZ 38.89 19.88 37.38 -
YUV 103.12 162.93 216.36 -
System Red Green Blue C M Y K H S L
Decimal 227 28 165 0 0.88 0.27 0.11 318.69 0.78 0.5
Hex E3 1C A5 0 58 1B B 13F 4E 32
Octal 343 34 245 0 130 33 13 477 116 62
Binary 11100011 11100 10100101 0 1011000 11011 1011 100111111 1001110 110010

Color Harmonies of #E31CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31CA5

Black with #E31CA5

Text Example


Text Example

White with #E31CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31CA5; }

 p { color: rgb(227,28,165); }

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

background-color css

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

 a { background-color: rgb(227,28,165); }

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

border-color css

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

 span { border-color: rgb(227,28,165); }

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