#E629BA

Color #E629BA Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #E629BA

Tints of Spicy Pink #E629BA

Color information

#E629BA (or 0xE629BA) is unknown color: approx Spicy Pink. HEX triplet: E6, 29 and BA. RGB value is (230,41,186). Sum of RGB (Red+Green+Blue) = 230+41+186=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 41 (16.41% from 255 or 8.97% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E629BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E629BA is #19D645. Grayscale: #717171. Windows color (decimal): -1693254 or 12200422. OLE color: 12200422.

HSL color Cylindrical-coordinate representation of color #E629BA: hue angle of 313.97º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E629BA is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB23041186-
CMYK00.820.190.10
HSL313.97º79.08%53.14%-
HSV(B)313.97º82.17%90.2%-
XYZ42.2921.9548.46-
YUV114.04168.62210.71-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.33%
GREEN value IS 41 (16.41% from 255) = 8.97%
BLUE value IS 186 (73.05% from 255) = 40.70%
R=50.33%
G=8.97%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2304118600.820.190.10313.9779.0853.14
HexE629BA05213A13a4f35
Octal346512720122231247211765
Binary1110011010100110111010010100101001110101001110101001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E629BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E629BA; }

 p { color: rgb(230,41,186); }

 H1.HeaderClassName
 {
   color: #E629BA;
 }
 .AnyTagClassName
 {
   color: #E629BA;
 }
</style>
background-color css

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

 a { background-color: rgb(230,41,186); }

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

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

 span { border-color: rgb(230,41,186); }

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