Html Css Color HEX #E128B9 Spicy Pink

📋 copy color: '#E128B9'

red 225 ◦ green 40 ◦ blue 185

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

Shades of Spicy Pink #E128B9

Tints of Spicy Pink #E128B9

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.89%

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

R = 50%
G = 8.89%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#E128B9 (or 0xE128B9) is known color: Spicy Pink. HEX triplet: E1, 28 and B9. RGB value is (225,40,185). Sum of RGB (Red+Green+Blue) = 225+40+185=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 40 (16.02% from 255 or 8.89% from 450); Blue value is 185 (72.66% from 255 or 41.11% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E128B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E128B9 is #1ED746. Grayscale: #6F6F6F. Windows color (decimal): -2021191 or 12134625. OLE color: 12134625.

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

Color convert

RGB 225 40 185 -
CMYK 0 0.82 0.18 0.12
HSL 312.97º 0.76% 0.52% -
HSV(B) 312.97º 0.82% 0.88% -
XYZ 40.57 21.03 47.82 -
YUV 111.85 169.29 208.71 -
System Red Green Blue C M Y K H S L
Decimal 225 40 185 0 0.82 0.18 0.12 312.97 0.76 0.52
Hex E1 28 B9 0 52 12 C 139 4C 34
Octal 341 50 271 0 122 22 14 471 114 64
Binary 11100001 101000 10111001 0 1010010 10010 1100 100111001 1001100 110100

Color Harmonies of #E128B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E128B9

Black with #E128B9

Text Example


Text Example

White with #E128B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E128B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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