Html Css Color HEX #E117AF Spicy Pink

📋 copy color: '#E117AF'

red 225 ◦ green 23 ◦ blue 175

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

Shades of Spicy Pink #E117AF

Tints of Spicy Pink #E117AF

RGB

 RED value IS 225 (88.28% from 255) = 53.19%

 GREEN value IS 23 (9.38% from 255) = 5.44%

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

R = 53.19%
G = 5.44%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E117AF (or 0xE117AF) is known color: Spicy Pink. HEX triplet: E1, 17 and AF. RGB value is (225,23,175). Sum of RGB (Red+Green+Blue) = 225+23+175=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 23 (9.38% from 255 or 5.44% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E117AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E117AF is #1EE850. Grayscale: #646464. Windows color (decimal): -2025553 or 11474913. OLE color: 11474913.

HSL color Cylindrical-coordinate representation of color #E117AF: hue angle of 314.85º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E117AF is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 23 175 -
CMYK 0 0.90 0.22 0.12
HSL 314.85º 0.81% 0.49% -
HSV(B) 314.85º 0.9% 0.88% -
XYZ 39.1 19.72 42.3 -
YUV 100.73 169.92 216.64 -
System Red Green Blue C M Y K H S L
Decimal 225 23 175 0 0.90 0.22 0.12 314.85 0.81 0.49
Hex E1 17 AF 0 5A 16 C 13B 51 31
Octal 341 27 257 0 132 26 14 473 121 61
Binary 11100001 10111 10101111 0 1011010 10110 1100 100111011 1010001 110001

Color Harmonies of #E117AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E117AF

Black with #E117AF

Text Example


Text Example

White with #E117AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E117AF; }

 p { color: rgb(225,23,175); }

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

background-color css

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

 a { background-color: rgb(225,23,175); }

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

border-color css

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

 span { border-color: rgb(225,23,175); }

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