Html Css Color HEX #EC2752 Amaranth

📋 copy color: '#EC2752'

red 236 ◦ green 39 ◦ blue 82

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

Shades of Amaranth #EC2752

Tints of Amaranth #EC2752

RGB

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

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

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

R = 66.11%
G = 10.92%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EC2752 (or 0xEC2752) is known color: Amaranth. HEX triplet: EC, 27 and 52. RGB value is (236,39,82). Sum of RGB (Red+Green+Blue) = 236+39+82=357 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.11% from 357); Green value is 39 (15.62% from 255 or 10.92% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2752 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2752 is #13D8AD. Grayscale: #666666. Windows color (decimal): -1300654 or 5384172. OLE color: 5384172.

HSL color Cylindrical-coordinate representation of color #EC2752: hue angle of 346.9º 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 #EC2752 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 39 82 -
CMYK 0 0.83 0.65 0.07
HSL 346.9º 0.84% 0.54% -
HSV(B) 346.9º 0.83% 0.93% -
XYZ 36.84 19.89 9.88 -
YUV 102.81 116.27 223 -
System Red Green Blue C M Y K H S L
Decimal 236 39 82 0 0.83 0.65 0.07 346.9 0.84 0.54
Hex EC 27 52 0 53 41 7 15B 54 36
Octal 354 47 122 0 123 101 7 533 124 66
Binary 11101100 100111 1010010 0 1010011 1000001 111 101011011 1010100 110110

Color Harmonies of #EC2752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2752

Black with #EC2752

Text Example


Text Example

White with #EC2752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2752; }

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

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

background-color css

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

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

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

border-color css

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

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

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