Html Css Color HEX #E618AF Spicy Pink

📋 copy color: '#E618AF'

red 230 ◦ green 24 ◦ blue 175

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

Shades of Spicy Pink #E618AF

Tints of Spicy Pink #E618AF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.59%

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

R = 53.61%
G = 5.59%
B = 40.79%

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

#E618AF (or 0xE618AF) is known color: Spicy Pink. HEX triplet: E6, 18 and AF. RGB value is (230,24,175). Sum of RGB (Red+Green+Blue) = 230+24+175=429 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.61% from 429); Green value is 24 (9.77% from 255 or 5.59% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 230 - color contains mainly: red. Hex color #E618AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E618AF is #19E750. Grayscale: #666666. Windows color (decimal): -1697617 or 11475174. OLE color: 11475174.

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

Color convert

RGB 230 24 175 -
CMYK 0 0.90 0.24 0.10
HSL 316.02º 0.81% 0.5% -
HSV(B) 316.02º 0.9% 0.9% -
XYZ 40.7 20.57 42.38 -
YUV 102.81 168.75 218.72 -
System Red Green Blue C M Y K H S L
Decimal 230 24 175 0 0.90 0.24 0.10 316.02 0.81 0.5
Hex E6 18 AF 0 5A 18 A 13C 51 32
Octal 346 30 257 0 132 30 12 474 121 62
Binary 11100110 11000 10101111 0 1011010 11000 1010 100111100 1010001 110010

Color Harmonies of #E618AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E618AF

Black with #E618AF

Text Example


Text Example

White with #E618AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E618AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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