Html Css Color HEX #EC1F5B Amaranth

📋 copy color: '#EC1F5B'

red 236 ◦ green 31 ◦ blue 91

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

Shades of Amaranth #EC1F5B

Tints of Amaranth #EC1F5B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.66%

 BLUE value IS 91 (35.94% from 255) = 25.42%

R = 65.92%
G = 8.66%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC1F5B (or 0xEC1F5B) is known color: Amaranth. HEX triplet: EC, 1F and 5B. RGB value is (236,31,91). Sum of RGB (Red+Green+Blue) = 236+31+91=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 31 (12.5% from 255 or 8.66% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1F5B is #13E0A4. Grayscale: #636363. Windows color (decimal): -1302693 or 5971948. OLE color: 5971948.

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

Color convert

RGB 236 31 91 -
CMYK 0 0.87 0.61 0.07
HSL 342.44º 0.84% 0.52% -
HSV(B) 342.44º 0.87% 0.93% -
XYZ 36.97 19.57 11.73 -
YUV 99.14 123.42 225.62 -
System Red Green Blue C M Y K H S L
Decimal 236 31 91 0 0.87 0.61 0.07 342.44 0.84 0.52
Hex EC 1F 5B 0 57 3D 7 156 54 34
Octal 354 37 133 0 127 75 7 526 124 64
Binary 11101100 11111 1011011 0 1010111 111101 111 101010110 1010100 110100

Color Harmonies of #EC1F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1F5B

Black with #EC1F5B

Text Example


Text Example

White with #EC1F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1F5B; }

 p { color: rgb(236,31,91); }

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

background-color css

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

 a { background-color: rgb(236,31,91); }

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

border-color css

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

 span { border-color: rgb(236,31,91); }

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