Html Css Color HEX #E126B8 Spicy Pink

📋 copy color: '#E126B8'

red 225 ◦ green 38 ◦ blue 184

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

Shades of Spicy Pink #E126B8

Tints of Spicy Pink #E126B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.16%

R = 50.34%
G = 8.5%
B = 41.16%

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

#E126B8 (or 0xE126B8) is known color: Spicy Pink. HEX triplet: E1, 26 and B8. RGB value is (225,38,184). Sum of RGB (Red+Green+Blue) = 225+38+184=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 38 (15.23% from 255 or 8.50% from 447); Blue value is 184 (72.27% from 255 or 41.16% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E126B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E126B8 is #1ED947. Grayscale: #6E6E6E. Windows color (decimal): -2021704 or 12068577. OLE color: 12068577.

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

Color convert

RGB 225 38 184 -
CMYK 0 0.83 0.18 0.12
HSL 313.16º 0.76% 0.52% -
HSV(B) 313.16º 0.83% 0.88% -
XYZ 40.4 20.85 47.24 -
YUV 110.56 169.45 209.63 -
System Red Green Blue C M Y K H S L
Decimal 225 38 184 0 0.83 0.18 0.12 313.16 0.76 0.52
Hex E1 26 B8 0 53 12 C 139 4C 34
Octal 341 46 270 0 123 22 14 471 114 64
Binary 11100001 100110 10111000 0 1010011 10010 1100 100111001 1001100 110100

Color Harmonies of #E126B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E126B8

Black with #E126B8

Text Example


Text Example

White with #E126B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E126B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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