Html Css Color HEX #E126AD Spicy Pink

📋 copy color: '#E126AD'

red 225 ◦ green 38 ◦ blue 173

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

Shades of Spicy Pink #E126AD

Tints of Spicy Pink #E126AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.68%

R = 51.61%
G = 8.72%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E126AD (or 0xE126AD) is known color: Spicy Pink. HEX triplet: E1, 26 and AD. RGB value is (225,38,173). Sum of RGB (Red+Green+Blue) = 225+38+173=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 38 (15.23% from 255 or 8.72% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E126AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E126AD is #1ED952. Grayscale: #6C6C6C. Windows color (decimal): -2021715 or 11347681. OLE color: 11347681.

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

Color convert

RGB 225 38 173 -
CMYK 0 0.83 0.23 0.12
HSL 316.68º 0.76% 0.52% -
HSV(B) 316.68º 0.83% 0.88% -
XYZ 39.29 20.41 41.4 -
YUV 109.3 163.95 210.52 -
System Red Green Blue C M Y K H S L
Decimal 225 38 173 0 0.83 0.23 0.12 316.68 0.76 0.52
Hex E1 26 AD 0 53 17 C 13D 4C 34
Octal 341 46 255 0 123 27 14 475 114 64
Binary 11100001 100110 10101101 0 1010011 10111 1100 100111101 1001100 110100

Color Harmonies of #E126AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E126AD

Black with #E126AD

Text Example


Text Example

White with #E126AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E126AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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