Html Css Color HEX #EC265C Amaranth

📋 copy color: '#EC265C'

red 236 ◦ green 38 ◦ blue 92

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

Shades of Amaranth #EC265C

Tints of Amaranth #EC265C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.14%

R = 64.48%
G = 10.38%
B = 25.14%

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

#EC265C (or 0xEC265C) is known color: Amaranth. HEX triplet: EC, 26 and 5C. RGB value is (236,38,92). Sum of RGB (Red+Green+Blue) = 236+38+92=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 38 (15.23% from 255 or 10.38% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC265C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC265C is #13D9A3. Grayscale: #676767. Windows color (decimal): -1300900 or 6039276. OLE color: 6039276.

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

Color convert

RGB 236 38 92 -
CMYK 0 0.84 0.61 0.07
HSL 343.64º 0.84% 0.54% -
HSV(B) 343.64º 0.84% 0.93% -
XYZ 37.22 19.99 12.02 -
YUV 103.36 121.6 222.61 -
System Red Green Blue C M Y K H S L
Decimal 236 38 92 0 0.84 0.61 0.07 343.64 0.84 0.54
Hex EC 26 5C 0 54 3D 7 158 54 36
Octal 354 46 134 0 124 75 7 530 124 66
Binary 11101100 100110 1011100 0 1010100 111101 111 101011000 1010100 110110

Color Harmonies of #EC265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC265C

Black with #EC265C

Text Example


Text Example

White with #EC265C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC265C; }

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

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

background-color css

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

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

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

border-color css

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

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

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