Html Css Color HEX #E126AC Spicy Pink

📋 copy color: '#E126AC'

red 225 ◦ green 38 ◦ blue 172

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

Shades of Spicy Pink #E126AC

Tints of Spicy Pink #E126AC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.74%

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

R = 51.72%
G = 8.74%
B = 39.54%

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

#E126AC (or 0xE126AC) is known color: Spicy Pink. HEX triplet: E1, 26 and AC. RGB value is (225,38,172). Sum of RGB (Red+Green+Blue) = 225+38+172=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 38 (15.23% from 255 or 8.74% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E126AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E126AC is #1ED953. Grayscale: #6C6C6C. Windows color (decimal): -2021716 or 11282145. OLE color: 11282145.

HSL color Cylindrical-coordinate representation of color #E126AC: hue angle of 317.01º 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 #E126AC is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 38 172 -
CMYK 0 0.83 0.24 0.12
HSL 317.01º 0.76% 0.52% -
HSV(B) 317.01º 0.83% 0.88% -
XYZ 39.19 20.37 40.9 -
YUV 109.19 163.45 210.6 -
System Red Green Blue C M Y K H S L
Decimal 225 38 172 0 0.83 0.24 0.12 317.01 0.76 0.52
Hex E1 26 AC 0 53 18 C 13D 4C 34
Octal 341 46 254 0 123 30 14 475 114 64
Binary 11100001 100110 10101100 0 1010011 11000 1100 100111101 1001100 110100

Color Harmonies of #E126AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E126AC

Black with #E126AC

Text Example


Text Example

White with #E126AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E126AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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