Html Css Color HEX #E61EAF Spicy Pink

📋 copy color: '#E61EAF'

red 230 ◦ green 30 ◦ blue 175

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

Shades of Spicy Pink #E61EAF

Tints of Spicy Pink #E61EAF

RGB

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

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

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

R = 52.87%
G = 6.9%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E61EAF (or 0xE61EAF) is known color: Spicy Pink. HEX triplet: E6, 1E and AF. RGB value is (230,30,175). Sum of RGB (Red+Green+Blue) = 230+30+175=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 30 (12.11% from 255 or 6.90% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E61EAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61EAF is #19E150. Grayscale: #696969. Windows color (decimal): -1696081 or 11476710. OLE color: 11476710.

HSL color Cylindrical-coordinate representation of color #E61EAF: hue angle of 316.5º 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 #E61EAF is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 30 175 -
CMYK 0 0.87 0.24 0.10
HSL 316.5º 0.8% 0.51% -
HSV(B) 316.5º 0.87% 0.9% -
XYZ 40.84 20.85 42.43 -
YUV 106.33 166.76 216.21 -
System Red Green Blue C M Y K H S L
Decimal 230 30 175 0 0.87 0.24 0.10 316.5 0.8 0.51
Hex E6 1E AF 0 57 18 A 13C 50 33
Octal 346 36 257 0 127 30 12 474 120 63
Binary 11100110 11110 10101111 0 1010111 11000 1010 100111100 1010000 110011

Color Harmonies of #E61EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61EAF

Black with #E61EAF

Text Example


Text Example

White with #E61EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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