#EC30B4

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

Shades of Spicy Pink #EC30B4

Tints of Spicy Pink #EC30B4

Color information

#EC30B4 (or 0xEC30B4) is unknown color: approx Spicy Pink. HEX triplet: EC, 30 and B4. RGB value is (236,48,180). Sum of RGB (Red+Green+Blue) = 236+48+180=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 48 (19.14% from 255 or 10.34% from 464); Blue value is 180 (70.70% from 255 or 38.79% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC30B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC30B4 is #13CF4B. Grayscale: #767676. Windows color (decimal): -1298252 or 11809004. OLE color: 11809004.

HSL color Cylindrical-coordinate representation of color #EC30B4: hue angle of 317.87º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC30B4 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB23648180-
CMYK00.800.240.07
HSL317.87º83.19%55.69%-
HSV(B)317.87º79.66%92.55%-
XYZ43.8923.2445.35-
YUV119.26162.28211.27-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.86%
GREEN value IS 48 (19.14% from 255) = 10.34%
BLUE value IS 180 (70.70% from 255) = 38.79%
R=50.86%
G=10.34%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2364818000.800.240.07317.8783.1955.69
HexEC30B405018713e5338
Octal35460264012030747612370
Binary111011001100001011010001010000110001111001111101010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC30B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC30B4; }

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

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

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

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

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

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

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

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