Html Css Color HEX #E616AF Spicy Pink

📋 copy color: '#E616AF'

red 230 ◦ green 22 ◦ blue 175

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

Shades of Spicy Pink #E616AF

Tints of Spicy Pink #E616AF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.15%

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

R = 53.86%
G = 5.15%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E616AF (or 0xE616AF) is known color: Spicy Pink. HEX triplet: E6, 16 and AF. RGB value is (230,22,175). Sum of RGB (Red+Green+Blue) = 230+22+175=427 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.86% from 427); Green value is 22 (8.98% from 255 or 5.15% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 230 - color contains mainly: red. Hex color #E616AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E616AF is #19E950. Grayscale: #656565. Windows color (decimal): -1698129 or 11474662. OLE color: 11474662.

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

Color convert

RGB 230 22 175 -
CMYK 0 0.90 0.24 0.10
HSL 315.87º 0.83% 0.49% -
HSV(B) 315.87º 0.9% 0.9% -
XYZ 40.66 20.49 42.37 -
YUV 101.63 169.41 219.56 -
System Red Green Blue C M Y K H S L
Decimal 230 22 175 0 0.90 0.24 0.10 315.87 0.83 0.49
Hex E6 16 AF 0 5A 18 A 13C 53 31
Octal 346 26 257 0 132 30 12 474 123 61
Binary 11100110 10110 10101111 0 1011010 11000 1010 100111100 1010011 110001

Color Harmonies of #E616AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E616AF

Black with #E616AF

Text Example


Text Example

White with #E616AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E616AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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