#e01ca3

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

Shades of Spicy Pink #E01CA3

Tints of Spicy Pink #E01CA3

Color information

#E01CA3 (or 0xE01CA3) is unknown color: approx Spicy Pink. HEX triplet: E0, 1C and A3. RGB value is (224,28,163). Sum of RGB (Red+Green+Blue) = 224+28+163=415 (54% of max value = 765). Red value is 224 (87.89% from 255 or 53.98% from 415); Green value is 28 (11.33% from 255 or 6.75% from 415); Blue value is 163 (64.06% from 255 or 39.28% from 415); Max value from RGB is 224 - color contains mainly: red. Hex color #E01CA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01CA3 is #1FE35C. Grayscale: #656565. Windows color (decimal): -2089821 or 10689760. OLE color: 10689760.

HSL color Cylindrical-coordinate representation of color #E01CA3: hue angle of 318.67º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01CA3 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB22428163-
CMYK00.880.270.12
HSL318.67º77.78%49.41%-
HSV(B)318.67º87.5%87.84%-
XYZ37.7719.3236.39-
YUV101.99162.43215.02-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.98%
GREEN value IS 28 (11.33% from 255) = 6.75%
BLUE value IS 163 (64.06% from 255) = 39.28%
R=53.98%
G=6.75%
B=39.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242816300.880.270.12318.6777.7849.41
HexE01CA30581BC13f4e31
Octal340342430130331447711661
Binary111000001110010100011010110001101111001001111111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e01ca3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e01ca3; }

 p { color: rgb(224,28,163); }

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

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

 a { background-color: rgb(224,28,163); }

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

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

 span { border-color: rgb(224,28,163); }

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