Html Css Color HEX #EC2D4B Amaranth

📋 copy color: '#EC2D4B'

red 236 ◦ green 45 ◦ blue 75

#EC2D4B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amaranth #EC2D4B

Tints of Amaranth #EC2D4B

RGB

 RED value IS 236 (92.58% from 255) = 66.29%

 GREEN value IS 45 (17.97% from 255) = 12.64%

 BLUE value IS 75 (29.69% from 255) = 21.07%

R = 66.29%
G = 12.64%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC2D4B (or 0xEC2D4B) is known color: Amaranth. HEX triplet: EC, 2D and 4B. RGB value is (236,45,75). Sum of RGB (Red+Green+Blue) = 236+45+75=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 45 (17.97% from 255 or 12.64% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2D4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2D4B is #13D2B4. Grayscale: #696969. Windows color (decimal): -1299125 or 4926956. OLE color: 4926956.

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

Color convert

RGB 236 45 75 -
CMYK 0 0.81 0.68 0.07
HSL 350.58º 0.83% 0.55% -
HSV(B) 350.58º 0.81% 0.93% -
XYZ 36.8 20.22 8.62 -
YUV 105.53 110.78 221.06 -
System Red Green Blue C M Y K H S L
Decimal 236 45 75 0 0.81 0.68 0.07 350.58 0.83 0.55
Hex EC 2D 4B 0 51 44 7 15F 53 37
Octal 354 55 113 0 121 104 7 537 123 67
Binary 11101100 101101 1001011 0 1010001 1000100 111 101011111 1010011 110111

Color Harmonies of #EC2D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2D4B

Black with #EC2D4B

Text Example


Text Example

White with #EC2D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2D4B; }

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

 H1.HeaderClassName
 {
   color: #EC2D4B;
 }
 .AnyTagClassName
 {
   color: #EC2D4B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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