Html Css Color HEX #E615AF Spicy Pink

📋 copy color: '#E615AF'

red 230 ◦ green 21 ◦ blue 175

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

Shades of Spicy Pink #E615AF

Tints of Spicy Pink #E615AF

RGB

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

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

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

R = 53.99%
G = 4.93%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E615AF (or 0xE615AF) is known color: Spicy Pink. HEX triplet: E6, 15 and AF. RGB value is (230,21,175). Sum of RGB (Red+Green+Blue) = 230+21+175=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 21 (8.59% from 255 or 4.93% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E615AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E615AF is #19EA50. Grayscale: #646464. Windows color (decimal): -1698385 or 11474406. OLE color: 11474406.

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

Color convert

RGB 230 21 175 -
CMYK 0 0.91 0.24 0.10
HSL 315.79º 0.83% 0.49% -
HSV(B) 315.79º 0.91% 0.9% -
XYZ 40.64 20.45 42.36 -
YUV 101.05 169.74 219.98 -
System Red Green Blue C M Y K H S L
Decimal 230 21 175 0 0.91 0.24 0.10 315.79 0.83 0.49
Hex E6 15 AF 0 5B 18 A 13C 53 31
Octal 346 25 257 0 133 30 12 474 123 61
Binary 11100110 10101 10101111 0 1011011 11000 1010 100111100 1010011 110001

Color Harmonies of #E615AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E615AF

Black with #E615AF

Text Example


Text Example

White with #E615AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E615AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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