Html Css Color HEX #E525AF Spicy Pink

📋 copy color: '#E525AF'

red 229 ◦ green 37 ◦ blue 175

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

Shades of Spicy Pink #E525AF

Tints of Spicy Pink #E525AF

RGB

 RED value IS 229 (89.84% from 255) = 51.93%

 GREEN value IS 37 (14.84% from 255) = 8.39%

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

R = 51.93%
G = 8.39%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E525AF (or 0xE525AF) is known color: Spicy Pink. HEX triplet: E5, 25 and AF. RGB value is (229,37,175). Sum of RGB (Red+Green+Blue) = 229+37+175=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 37 (14.84% from 255 or 8.39% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E525AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E525AF is #1ADA50. Grayscale: #6D6D6D. Windows color (decimal): -1759825 or 11478501. OLE color: 11478501.

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

Color convert

RGB 229 37 175 -
CMYK 0 0.84 0.24 0.10
HSL 316.88º 0.79% 0.52% -
HSV(B) 316.88º 0.84% 0.9% -
XYZ 40.71 21.08 42.48 -
YUV 110.14 164.61 212.78 -
System Red Green Blue C M Y K H S L
Decimal 229 37 175 0 0.84 0.24 0.10 316.88 0.79 0.52
Hex E5 25 AF 0 54 18 A 13D 4F 34
Octal 345 45 257 0 124 30 12 475 117 64
Binary 11100101 100101 10101111 0 1010100 11000 1010 100111101 1001111 110100

Color Harmonies of #E525AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E525AF

Black with #E525AF

Text Example


Text Example

White with #E525AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E525AF; }

 p { color: rgb(229,37,175); }

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

background-color css

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

 a { background-color: rgb(229,37,175); }

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

border-color css

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

 span { border-color: rgb(229,37,175); }

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