Html Css Color HEX #E126B9 Spicy Pink

📋 copy color: '#E126B9'

red 225 ◦ green 38 ◦ blue 185

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

Shades of Spicy Pink #E126B9

Tints of Spicy Pink #E126B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.29%

R = 50.22%
G = 8.48%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#E126B9 (or 0xE126B9) is known color: Spicy Pink. HEX triplet: E1, 26 and B9. RGB value is (225,38,185). Sum of RGB (Red+Green+Blue) = 225+38+185=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 38 (15.23% from 255 or 8.48% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E126B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E126B9 is #1ED946. Grayscale: #6E6E6E. Windows color (decimal): -2021703 or 12134113. OLE color: 12134113.

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

Color convert

RGB 225 38 185 -
CMYK 0 0.83 0.18 0.12
HSL 312.83º 0.76% 0.52% -
HSV(B) 312.83º 0.83% 0.88% -
XYZ 40.5 20.9 47.8 -
YUV 110.67 169.95 209.55 -
System Red Green Blue C M Y K H S L
Decimal 225 38 185 0 0.83 0.18 0.12 312.83 0.76 0.52
Hex E1 26 B9 0 53 12 C 139 4C 34
Octal 341 46 271 0 123 22 14 471 114 64
Binary 11100001 100110 10111001 0 1010011 10010 1100 100111001 1001100 110100

Color Harmonies of #E126B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E126B9

Black with #E126B9

Text Example


Text Example

White with #E126B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E126B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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