Html Css Color HEX #E415AF Spicy Pink

📋 copy color: '#E415AF'

red 228 ◦ green 21 ◦ blue 175

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

Shades of Spicy Pink #E415AF

Tints of Spicy Pink #E415AF

RGB

 RED value IS 228 (89.45% from 255) = 53.77%

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

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

R = 53.77%
G = 4.95%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E415AF (or 0xE415AF) is known color: Spicy Pink. HEX triplet: E4, 15 and AF. RGB value is (228,21,175). Sum of RGB (Red+Green+Blue) = 228+21+175=424 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.77% from 424); Green value is 21 (8.59% from 255 or 4.95% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 228 - color contains mainly: red. Hex color #E415AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E415AF is #1BEA50. Grayscale: #646464. Windows color (decimal): -1829457 or 11474404. OLE color: 11474404.

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

Color convert

RGB 228 21 175 -
CMYK 0 0.91 0.23 0.11
HSL 315.36º 0.83% 0.49% -
HSV(B) 315.36º 0.91% 0.89% -
XYZ 40 20.13 42.33 -
YUV 100.45 170.08 218.98 -
System Red Green Blue C M Y K H S L
Decimal 228 21 175 0 0.91 0.23 0.11 315.36 0.83 0.49
Hex E4 15 AF 0 5B 17 B 13B 53 31
Octal 344 25 257 0 133 27 13 473 123 61
Binary 11100100 10101 10101111 0 1011011 10111 1011 100111011 1010011 110001

Color Harmonies of #E415AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E415AF

Black with #E415AF

Text Example


Text Example

White with #E415AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E415AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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