Html Css Color HEX #E125AC Spicy Pink

📋 copy color: '#E125AC'

red 225 ◦ green 37 ◦ blue 172

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

Shades of Spicy Pink #E125AC

Tints of Spicy Pink #E125AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.63%

R = 51.84%
G = 8.53%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E125AC (or 0xE125AC) is known color: Spicy Pink. HEX triplet: E1, 25 and AC. RGB value is (225,37,172). Sum of RGB (Red+Green+Blue) = 225+37+172=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 37 (14.84% from 255 or 8.53% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E125AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E125AC is #1EDA53. Grayscale: #6C6C6C. Windows color (decimal): -2021972 or 11281889. OLE color: 11281889.

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

Color convert

RGB 225 37 172 -
CMYK 0 0.84 0.24 0.12
HSL 316.91º 0.76% 0.51% -
HSV(B) 316.91º 0.84% 0.88% -
XYZ 39.16 20.31 40.89 -
YUV 108.6 163.78 211.02 -
System Red Green Blue C M Y K H S L
Decimal 225 37 172 0 0.84 0.24 0.12 316.91 0.76 0.51
Hex E1 25 AC 0 54 18 C 13D 4C 33
Octal 341 45 254 0 124 30 14 475 114 63
Binary 11100001 100101 10101100 0 1010100 11000 1100 100111101 1001100 110011

Color Harmonies of #E125AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E125AC

Black with #E125AC

Text Example


Text Example

White with #E125AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E125AC; }

 p { color: rgb(225,37,172); }

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

background-color css

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

 a { background-color: rgb(225,37,172); }

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

border-color css

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

 span { border-color: rgb(225,37,172); }

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