Html Css Color HEX #EC2743 Amaranth

📋 copy color: '#EC2743'

red 236 ◦ green 39 ◦ blue 67

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

Shades of Amaranth #EC2743

Tints of Amaranth #EC2743

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.4%

 BLUE value IS 67 (26.56% from 255) = 19.59%

R = 69.01%
G = 11.4%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC2743 (or 0xEC2743) is known color: Amaranth. HEX triplet: EC, 27 and 43. RGB value is (236,39,67). Sum of RGB (Red+Green+Blue) = 236+39+67=342 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.01% from 342); Green value is 39 (15.62% from 255 or 11.40% from 342); Blue value is 67 (26.56% from 255 or 19.59% from 342); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2743 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2743 is #13D8BC. Grayscale: #656565. Windows color (decimal): -1300669 or 4401132. OLE color: 4401132.

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

Color convert

RGB 236 39 67 -
CMYK 0 0.83 0.72 0.07
HSL 351.47º 0.84% 0.54% -
HSV(B) 351.47º 0.83% 0.93% -
XYZ 36.33 19.69 7.2 -
YUV 101.1 108.77 224.22 -
System Red Green Blue C M Y K H S L
Decimal 236 39 67 0 0.83 0.72 0.07 351.47 0.84 0.54
Hex EC 27 43 0 53 48 7 15F 54 36
Octal 354 47 103 0 123 110 7 537 124 66
Binary 11101100 100111 1000011 0 1010011 1001000 111 101011111 1010100 110110

Color Harmonies of #EC2743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2743

Black with #EC2743

Text Example


Text Example

White with #EC2743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2743; }

 p { color: rgb(236,39,67); }

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

background-color css

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

 a { background-color: rgb(236,39,67); }

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

border-color css

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

 span { border-color: rgb(236,39,67); }

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