Html Css Color HEX #EF2C5E Amaranth

📋 copy color: '#EF2C5E'

red 239 ◦ green 44 ◦ blue 94

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

Shades of Amaranth #EF2C5E

Tints of Amaranth #EF2C5E

RGB

 RED value IS 239 (93.75% from 255) = 63.4%

 GREEN value IS 44 (17.58% from 255) = 11.67%

 BLUE value IS 94 (37.11% from 255) = 24.93%

R = 63.4%
G = 11.67%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EF2C5E (or 0xEF2C5E) is known color: Amaranth. HEX triplet: EF, 2C and 5E. RGB value is (239,44,94). Sum of RGB (Red+Green+Blue) = 239+44+94=377 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.40% from 377); Green value is 44 (17.58% from 255 or 11.67% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2C5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2C5E is #10D3A1. Grayscale: #6C6C6C. Windows color (decimal): -1102754 or 6171887. OLE color: 6171887.

HSL color Cylindrical-coordinate representation of color #EF2C5E: hue angle of 344.62º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2C5E is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 44 94 -
CMYK 0 0.82 0.61 0.06
HSL 344.62º 0.86% 0.55% -
HSV(B) 344.62º 0.82% 0.94% -
XYZ 38.52 20.96 12.61 -
YUV 108.01 120.1 221.43 -
System Red Green Blue C M Y K H S L
Decimal 239 44 94 0 0.82 0.61 0.06 344.62 0.86 0.55
Hex EF 2C 5E 0 52 3D 6 159 56 37
Octal 357 54 136 0 122 75 6 531 126 67
Binary 11101111 101100 1011110 0 1010010 111101 110 101011001 1010110 110111

Color Harmonies of #EF2C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2C5E

Black with #EF2C5E

Text Example


Text Example

White with #EF2C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2C5E; }

 p { color: rgb(239,44,94); }

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

background-color css

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

 a { background-color: rgb(239,44,94); }

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

border-color css

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

 span { border-color: rgb(239,44,94); }

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