Html Css Color HEX #E61FA5 Spicy Pink

📋 copy color: '#E61FA5'

red 230 ◦ green 31 ◦ blue 165

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

Shades of Spicy Pink #E61FA5

Tints of Spicy Pink #E61FA5

RGB

 RED value IS 230 (90.23% from 255) = 53.99%

 GREEN value IS 31 (12.5% from 255) = 7.28%

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

R = 53.99%
G = 7.28%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#E61FA5 (or 0xE61FA5) is known color: Spicy Pink. HEX triplet: E6, 1F and A5. RGB value is (230,31,165). Sum of RGB (Red+Green+Blue) = 230+31+165=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 31 (12.5% from 255 or 7.28% from 426); Blue value is 165 (64.84% from 255 or 38.73% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E61FA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61FA5 is #19E05A. Grayscale: #696969. Windows color (decimal): -1695835 or 10821606. OLE color: 10821606.

HSL color Cylindrical-coordinate representation of color #E61FA5: hue angle of 319.6º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E61FA5 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 31 165 -
CMYK 0 0.87 0.28 0.10
HSL 319.6º 0.8% 0.51% -
HSV(B) 319.6º 0.87% 0.9% -
XYZ 39.91 20.52 37.45 -
YUV 105.78 161.43 216.6 -
System Red Green Blue C M Y K H S L
Decimal 230 31 165 0 0.87 0.28 0.10 319.6 0.8 0.51
Hex E6 1F A5 0 57 1C A 140 50 33
Octal 346 37 245 0 127 34 12 500 120 63
Binary 11100110 11111 10100101 0 1010111 11100 1010 101000000 1010000 110011

Color Harmonies of #E61FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61FA5

Black with #E61FA5

Text Example


Text Example

White with #E61FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61FA5; }

 p { color: rgb(230,31,165); }

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

background-color css

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

 a { background-color: rgb(230,31,165); }

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

border-color css

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

 span { border-color: rgb(230,31,165); }

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