Html Css Color HEX #EC265D Amaranth

📋 copy color: '#EC265D'

red 236 ◦ green 38 ◦ blue 93

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

Shades of Amaranth #EC265D

Tints of Amaranth #EC265D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.34%

R = 64.31%
G = 10.35%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC265D (or 0xEC265D) is known color: Amaranth. HEX triplet: EC, 26 and 5D. RGB value is (236,38,93). Sum of RGB (Red+Green+Blue) = 236+38+93=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC265D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC265D is #13D9A2. Grayscale: #676767. Windows color (decimal): -1300899 or 6104812. OLE color: 6104812.

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

Color convert

RGB 236 38 93 -
CMYK 0 0.84 0.61 0.07
HSL 343.33º 0.84% 0.54% -
HSV(B) 343.33º 0.84% 0.93% -
XYZ 37.26 20.01 12.25 -
YUV 103.47 122.1 222.53 -
System Red Green Blue C M Y K H S L
Decimal 236 38 93 0 0.84 0.61 0.07 343.33 0.84 0.54
Hex EC 26 5D 0 54 3D 7 157 54 36
Octal 354 46 135 0 124 75 7 527 124 66
Binary 11101100 100110 1011101 0 1010100 111101 111 101010111 1010100 110110

Color Harmonies of #EC265D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC265D

Black with #EC265D

Text Example


Text Example

White with #EC265D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC265D; }

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

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

background-color css

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

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

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

border-color css

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

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

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