#EC2F4B

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

Shades of Amaranth #EC2F4B

Tints of Amaranth #EC2F4B

Color information

#EC2F4B (or 0xEC2F4B) is unknown color: approx Amaranth. HEX triplet: EC, 2F and 4B. RGB value is (236,47,75). Sum of RGB (Red+Green+Blue) = 236+47+75=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 47 (18.75% from 255 or 13.13% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2F4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2F4B is #13D0B4. Grayscale: #6A6A6A. Windows color (decimal): -1298613 or 4927468. OLE color: 4927468.

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

Color convert

RGB2364775-
CMYK00.800.680.07
HSL351.11º83.26%55.49%-
HSV(B)351.11º80.08%92.55%-
XYZ36.8820.378.65-
YUV106.7110.12220.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 65.92%
GREEN value IS 47 (18.75% from 255) = 13.13%
BLUE value IS 75 (29.69% from 255) = 20.95%
R=65.92%
G=13.13%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236477500.800.680.07351.1183.2655.49
HexEC2F4B05044715f5337
Octal354571130120104753712367
Binary1110110010111110010110101000010001001111010111111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC2F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC2F4B; }

 p { color: rgb(236,47,75); }

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

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

 a { background-color: rgb(236,47,75); }

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

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

 span { border-color: rgb(236,47,75); }

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