Html Css Color HEX #E025AF Spicy Pink

📋 copy color: '#E025AF'

red 224 ◦ green 37 ◦ blue 175

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

Shades of Spicy Pink #E025AF

Tints of Spicy Pink #E025AF

RGB

 RED value IS 224 (87.89% from 255) = 51.38%

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

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

R = 51.38%
G = 8.49%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E025AF (or 0xE025AF) is known color: Spicy Pink. HEX triplet: E0, 25 and AF. RGB value is (224,37,175). Sum of RGB (Red+Green+Blue) = 224+37+175=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 37 (14.84% from 255 or 8.49% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E025AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E025AF is #1FDA50. Grayscale: #6C6C6C. Windows color (decimal): -2087505 or 11478496. OLE color: 11478496.

HSL color Cylindrical-coordinate representation of color #E025AF: hue angle of 315.72º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E025AF is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 37 175 -
CMYK 0 0.83 0.22 0.12
HSL 315.72º 0.75% 0.51% -
HSV(B) 315.72º 0.83% 0.88% -
XYZ 39.14 20.27 42.41 -
YUV 108.65 165.45 210.28 -
System Red Green Blue C M Y K H S L
Decimal 224 37 175 0 0.83 0.22 0.12 315.72 0.75 0.51
Hex E0 25 AF 0 53 16 C 13C 4B 33
Octal 340 45 257 0 123 26 14 474 113 63
Binary 11100000 100101 10101111 0 1010011 10110 1100 100111100 1001011 110011

Color Harmonies of #E025AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E025AF

Black with #E025AF

Text Example


Text Example

White with #E025AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E025AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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