Html Css Color HEX #EC264F Amaranth

📋 copy color: '#EC264F'

red 236 ◦ green 38 ◦ blue 79

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

Shades of Amaranth #EC264F

Tints of Amaranth #EC264F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.38%

R = 66.86%
G = 10.76%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC264F (or 0xEC264F) is known color: Amaranth. HEX triplet: EC, 26 and 4F. RGB value is (236,38,79). Sum of RGB (Red+Green+Blue) = 236+38+79=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 79 (31.25% from 255 or 22.38% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC264F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC264F is #13D9B0. Grayscale: #656565. Windows color (decimal): -1300913 or 5187308. OLE color: 5187308.

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

Color convert

RGB 236 38 79 -
CMYK 0 0.84 0.67 0.07
HSL 347.58º 0.84% 0.54% -
HSV(B) 347.58º 0.84% 0.93% -
XYZ 36.7 19.78 9.28 -
YUV 101.88 115.1 223.67 -
System Red Green Blue C M Y K H S L
Decimal 236 38 79 0 0.84 0.67 0.07 347.58 0.84 0.54
Hex EC 26 4F 0 54 43 7 15C 54 36
Octal 354 46 117 0 124 103 7 534 124 66
Binary 11101100 100110 1001111 0 1010100 1000011 111 101011100 1010100 110110

Color Harmonies of #EC264F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC264F

Black with #EC264F

Text Example


Text Example

White with #EC264F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC264F; }

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

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

background-color css

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

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

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

border-color css

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

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

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