#E629B4

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

Shades of Spicy Pink #E629B4

Tints of Spicy Pink #E629B4

Color information

#E629B4 (or 0xE629B4) is unknown color: approx Spicy Pink. HEX triplet: E6, 29 and B4. RGB value is (230,41,180). Sum of RGB (Red+Green+Blue) = 230+41+180=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 41 (16.41% from 255 or 9.09% from 451); Blue value is 180 (70.70% from 255 or 39.91% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E629B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E629B4 is #19D64B. Grayscale: #707070. Windows color (decimal): -1693260 or 11807206. OLE color: 11807206.

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

Color convert

RGB23041180-
CMYK00.820.220.10
HSL315.87º79.08%53.14%-
HSV(B)315.87º82.17%90.2%-
XYZ41.6621.745.17-
YUV113.36165.62211.2-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 51.00%
GREEN value IS 41 (16.41% from 255) = 9.09%
BLUE value IS 180 (70.70% from 255) = 39.91%
R=51.00%
G=9.09%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.22
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2304118000.820.220.10315.8779.0853.14
HexE629B405216A13c4f35
Octal346512640122261247411765
Binary1110011010100110110100010100101011010101001111001001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E629B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E629B4; }

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

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

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

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

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

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

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

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