Html Css Color HEX #E127AC Spicy Pink

📋 copy color: '#E127AC'

red 225 ◦ green 39 ◦ blue 172

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

Shades of Spicy Pink #E127AC

Tints of Spicy Pink #E127AC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.94%

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

R = 51.61%
G = 8.94%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E127AC (or 0xE127AC) is known color: Spicy Pink. HEX triplet: E1, 27 and AC. RGB value is (225,39,172). Sum of RGB (Red+Green+Blue) = 225+39+172=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 39 (15.62% from 255 or 8.94% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E127AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E127AC is #1ED853. Grayscale: #6D6D6D. Windows color (decimal): -2021460 or 11282401. OLE color: 11282401.

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

Color convert

RGB 225 39 172 -
CMYK 0 0.83 0.24 0.12
HSL 317.1º 0.76% 0.52% -
HSV(B) 317.1º 0.83% 0.88% -
XYZ 39.22 20.44 40.91 -
YUV 109.78 163.12 210.19 -
System Red Green Blue C M Y K H S L
Decimal 225 39 172 0 0.83 0.24 0.12 317.1 0.76 0.52
Hex E1 27 AC 0 53 18 C 13D 4C 34
Octal 341 47 254 0 123 30 14 475 114 64
Binary 11100001 100111 10101100 0 1010011 11000 1100 100111101 1001100 110100

Color Harmonies of #E127AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E127AC

Black with #E127AC

Text Example


Text Example

White with #E127AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E127AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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