Html Css Color HEX #E31EAF Spicy Pink

📋 copy color: '#E31EAF'

red 227 ◦ green 30 ◦ blue 175

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

Shades of Spicy Pink #E31EAF

Tints of Spicy Pink #E31EAF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.94%

 BLUE value IS 175 (68.75% from 255) = 40.51%

R = 52.55%
G = 6.94%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E31EAF (or 0xE31EAF) is known color: Spicy Pink. HEX triplet: E3, 1E and AF. RGB value is (227,30,175). Sum of RGB (Red+Green+Blue) = 227+30+175=432 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.55% from 432); Green value is 30 (12.11% from 255 or 6.94% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 227 - color contains mainly: red. Hex color #E31EAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E31EAF is #1CE150. Grayscale: #696969. Windows color (decimal): -1892689 or 11476707. OLE color: 11476707.

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

Color convert

RGB 227 30 175 -
CMYK 0 0.87 0.23 0.11
HSL 315.84º 0.78% 0.5% -
HSV(B) 315.84º 0.87% 0.89% -
XYZ 39.88 20.35 42.38 -
YUV 105.43 167.27 214.71 -
System Red Green Blue C M Y K H S L
Decimal 227 30 175 0 0.87 0.23 0.11 315.84 0.78 0.5
Hex E3 1E AF 0 57 17 B 13C 4E 32
Octal 343 36 257 0 127 27 13 474 116 62
Binary 11100011 11110 10101111 0 1010111 10111 1011 100111100 1001110 110010

Color Harmonies of #E31EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31EAF

Black with #E31EAF

Text Example


Text Example

White with #E31EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31EAF; }

 p { color: rgb(227,30,175); }

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

background-color css

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

 a { background-color: rgb(227,30,175); }

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

border-color css

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

 span { border-color: rgb(227,30,175); }

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