Html Css Color HEX #E428BA Spicy Pink

📋 copy color: '#E428BA'

red 228 ◦ green 40 ◦ blue 186

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

Shades of Spicy Pink #E428BA

Tints of Spicy Pink #E428BA

RGB

 RED value IS 228 (89.45% from 255) = 50.22%

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

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

R = 50.22%
G = 8.81%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E428BA (or 0xE428BA) is known color: Spicy Pink. HEX triplet: E4, 28 and BA. RGB value is (228,40,186). Sum of RGB (Red+Green+Blue) = 228+40+186=454 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.22% from 454); Green value is 40 (16.02% from 255 or 8.81% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 228 - color contains mainly: red. Hex color #E428BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E428BA is #1BD745. Grayscale: #707070. Windows color (decimal): -1824582 or 12200164. OLE color: 12200164.

HSL color Cylindrical-coordinate representation of color #E428BA: hue angle of 313.4º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E428BA is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 40 186 -
CMYK 0 0.82 0.18 0.11
HSL 313.4º 0.78% 0.53% -
HSV(B) 313.4º 0.82% 0.89% -
XYZ 41.62 21.56 48.42 -
YUV 112.86 169.28 210.13 -
System Red Green Blue C M Y K H S L
Decimal 228 40 186 0 0.82 0.18 0.11 313.4 0.78 0.53
Hex E4 28 BA 0 52 12 B 139 4E 35
Octal 344 50 272 0 122 22 13 471 116 65
Binary 11100100 101000 10111010 0 1010010 10010 1011 100111001 1001110 110101

Color Harmonies of #E428BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E428BA

Black with #E428BA

Text Example


Text Example

White with #E428BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E428BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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