Html Css Color HEX #E128BA Spicy Pink

📋 copy color: '#E128BA'

red 225 ◦ green 40 ◦ blue 186

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

Shades of Spicy Pink #E128BA

Tints of Spicy Pink #E128BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.24%

R = 49.89%
G = 8.87%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E128BA (or 0xE128BA) is known color: Spicy Pink. HEX triplet: E1, 28 and BA. RGB value is (225,40,186). Sum of RGB (Red+Green+Blue) = 225+40+186=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 40 (16.02% from 255 or 8.87% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E128BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E128BA is #1ED745. Grayscale: #6F6F6F. Windows color (decimal): -2021190 or 12200161. OLE color: 12200161.

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

Color convert

RGB 225 40 186 -
CMYK 0 0.82 0.17 0.12
HSL 312.65º 0.76% 0.52% -
HSV(B) 312.65º 0.82% 0.88% -
XYZ 40.67 21.07 48.38 -
YUV 111.96 169.79 208.63 -
System Red Green Blue C M Y K H S L
Decimal 225 40 186 0 0.82 0.17 0.12 312.65 0.76 0.52
Hex E1 28 BA 0 52 11 C 139 4C 34
Octal 341 50 272 0 122 21 14 471 114 64
Binary 11100001 101000 10111010 0 1010010 10001 1100 100111001 1001100 110100

Color Harmonies of #E128BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E128BA

Black with #E128BA

Text Example


Text Example

White with #E128BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E128BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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