Html Css Color HEX #E228BA Spicy Pink

📋 copy color: '#E228BA'

red 226 ◦ green 40 ◦ blue 186

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

Shades of Spicy Pink #E228BA

Tints of Spicy Pink #E228BA

RGB

 RED value IS 226 (88.67% from 255) = 50%

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

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

R = 50%
G = 8.85%
B = 41.15%

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

#E228BA (or 0xE228BA) is known color: Spicy Pink. HEX triplet: E2, 28 and BA. RGB value is (226,40,186). Sum of RGB (Red+Green+Blue) = 226+40+186=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 40 (16.02% from 255 or 8.85% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E228BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E228BA is #1DD745. Grayscale: #6F6F6F. Windows color (decimal): -1955654 or 12200162. OLE color: 12200162.

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

Color convert

RGB 226 40 186 -
CMYK 0 0.82 0.18 0.11
HSL 312.9º 0.76% 0.52% -
HSV(B) 312.9º 0.82% 0.89% -
XYZ 40.99 21.23 48.39 -
YUV 112.26 169.62 209.13 -
System Red Green Blue C M Y K H S L
Decimal 226 40 186 0 0.82 0.18 0.11 312.9 0.76 0.52
Hex E2 28 BA 0 52 12 B 139 4C 34
Octal 342 50 272 0 122 22 13 471 114 64
Binary 11100010 101000 10111010 0 1010010 10010 1011 100111001 1001100 110100

Color Harmonies of #E228BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E228BA

Black with #E228BA

Text Example


Text Example

White with #E228BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E228BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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