#EC2AB4

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

Shades of Spicy Pink #EC2AB4

Tints of Spicy Pink #EC2AB4

Color information

#EC2AB4 (or 0xEC2AB4) is unknown color: approx Spicy Pink. HEX triplet: EC, 2A and B4. RGB value is (236,42,180). Sum of RGB (Red+Green+Blue) = 236+42+180=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 42 (16.80% from 255 or 9.17% from 458); Blue value is 180 (70.70% from 255 or 39.30% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2AB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2AB4 is #13D54B. Grayscale: #737373. Windows color (decimal): -1299788 or 11807468. OLE color: 11807468.

HSL color Cylindrical-coordinate representation of color #EC2AB4: hue angle of 317.32º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC2AB4 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB23642180-
CMYK00.820.240.07
HSL317.32º83.62%54.51%-
HSV(B)317.32º82.2%92.55%-
XYZ43.6622.7845.28-
YUV115.74164.27213.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.53%
GREEN value IS 42 (16.80% from 255) = 9.17%
BLUE value IS 180 (70.70% from 255) = 39.30%
R=51.53%
G=9.17%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2364218000.820.240.07317.3283.6254.51
HexEC2AB405218713d5437
Octal35452264012230747512467
Binary111011001010101011010001010010110001111001111011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC2AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC2AB4; }

 p { color: rgb(236,42,180); }

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

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

 a { background-color: rgb(236,42,180); }

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

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

 span { border-color: rgb(236,42,180); }

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