Html Css Color HEX #EC1F4B Amaranth

📋 copy color: '#EC1F4B'

red 236 ◦ green 31 ◦ blue 75

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

Shades of Amaranth #EC1F4B

Tints of Amaranth #EC1F4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.93%

R = 69.01%
G = 9.06%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC1F4B (or 0xEC1F4B) is known color: Amaranth. HEX triplet: EC, 1F and 4B. RGB value is (236,31,75). Sum of RGB (Red+Green+Blue) = 236+31+75=342 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.01% from 342); Green value is 31 (12.5% from 255 or 9.06% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1F4B is #13E0B4. Grayscale: #616161. Windows color (decimal): -1302709 or 4923372. OLE color: 4923372.

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

Color convert

RGB 236 31 75 -
CMYK 0 0.87 0.68 0.07
HSL 347.12º 0.84% 0.52% -
HSV(B) 347.12º 0.87% 0.93% -
XYZ 36.35 19.32 8.47 -
YUV 97.31 115.42 226.92 -
System Red Green Blue C M Y K H S L
Decimal 236 31 75 0 0.87 0.68 0.07 347.12 0.84 0.52
Hex EC 1F 4B 0 57 44 7 15B 54 34
Octal 354 37 113 0 127 104 7 533 124 64
Binary 11101100 11111 1001011 0 1010111 1000100 111 101011011 1010100 110100

Color Harmonies of #EC1F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1F4B

Black with #EC1F4B

Text Example


Text Example

White with #EC1F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1F4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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