Html Css Color HEX #EC2652 Amaranth

📋 copy color: '#EC2652'

red 236 ◦ green 38 ◦ blue 82

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

Shades of Amaranth #EC2652

Tints of Amaranth #EC2652

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.67%

 BLUE value IS 82 (32.42% from 255) = 23.03%

R = 66.29%
G = 10.67%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EC2652 (or 0xEC2652) is known color: Amaranth. HEX triplet: EC, 26 and 52. RGB value is (236,38,82). Sum of RGB (Red+Green+Blue) = 236+38+82=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2652 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2652 is #13D9AD. Grayscale: #666666. Windows color (decimal): -1300910 or 5383916. OLE color: 5383916.

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

Color convert

RGB 236 38 82 -
CMYK 0 0.84 0.65 0.07
HSL 346.67º 0.84% 0.54% -
HSV(B) 346.67º 0.84% 0.93% -
XYZ 36.81 19.83 9.87 -
YUV 102.22 116.6 223.42 -
System Red Green Blue C M Y K H S L
Decimal 236 38 82 0 0.84 0.65 0.07 346.67 0.84 0.54
Hex EC 26 52 0 54 41 7 15B 54 36
Octal 354 46 122 0 124 101 7 533 124 66
Binary 11101100 100110 1010010 0 1010100 1000001 111 101011011 1010100 110110

Color Harmonies of #EC2652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2652

Black with #EC2652

Text Example


Text Example

White with #EC2652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2652; }

 p { color: rgb(236,38,82); }

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

background-color css

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

 a { background-color: rgb(236,38,82); }

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

border-color css

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

 span { border-color: rgb(236,38,82); }

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