#E62CB1

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

Shades of Spicy Pink #E62CB1

Tints of Spicy Pink #E62CB1

Color information

#E62CB1 (or 0xE62CB1) is unknown color: approx Spicy Pink. HEX triplet: E6, 2C and B1. RGB value is (230,44,177). Sum of RGB (Red+Green+Blue) = 230+44+177=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 44 (17.58% from 255 or 9.76% from 451); Blue value is 177 (69.53% from 255 or 39.25% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E62CB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62CB1 is #19D34E. Grayscale: #727272. Windows color (decimal): -1692495 or 11611366. OLE color: 11611366.

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

Color convert

RGB23044177-
CMYK00.810.230.10
HSL317.1º78.81%53.73%-
HSV(B)317.1º80.87%90.2%-
XYZ41.4721.843.62-
YUV114.78163.12210.19-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 51.00%
GREEN value IS 44 (17.58% from 255) = 9.76%
BLUE value IS 177 (69.53% from 255) = 39.25%
R=51.00%
G=9.76%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2304417700.810.230.10317.178.8153.73
HexE62CB105117A13d4f36
Octal346542610121271247511766
Binary1110011010110010110001010100011011110101001111011001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E62CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E62CB1; }

 p { color: rgb(230,44,177); }

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

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

 a { background-color: rgb(230,44,177); }

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

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

 span { border-color: rgb(230,44,177); }

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