Html Css Color HEX #EF2C57 Amaranth

📋 copy color: '#EF2C57'

red 239 ◦ green 44 ◦ blue 87

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

Shades of Amaranth #EF2C57

Tints of Amaranth #EF2C57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.51%

R = 64.59%
G = 11.89%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EF2C57 (or 0xEF2C57) is known color: Amaranth. HEX triplet: EF, 2C and 57. RGB value is (239,44,87). Sum of RGB (Red+Green+Blue) = 239+44+87=370 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.59% from 370); Green value is 44 (17.58% from 255 or 11.89% from 370); Blue value is 87 (34.38% from 255 or 23.51% from 370); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2C57 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2C57 is #10D3A8. Grayscale: #6B6B6B. Windows color (decimal): -1102761 or 5713135. OLE color: 5713135.

HSL color Cylindrical-coordinate representation of color #EF2C57: hue angle of 346.77º 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 #EF2C57 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 44 87 -
CMYK 0 0.82 0.64 0.06
HSL 346.77º 0.86% 0.55% -
HSV(B) 346.77º 0.82% 0.94% -
XYZ 38.22 20.84 11.03 -
YUV 107.21 116.6 222 -
System Red Green Blue C M Y K H S L
Decimal 239 44 87 0 0.82 0.64 0.06 346.77 0.86 0.55
Hex EF 2C 57 0 52 40 6 15B 56 37
Octal 357 54 127 0 122 100 6 533 126 67
Binary 11101111 101100 1010111 0 1010010 1000000 110 101011011 1010110 110111

Color Harmonies of #EF2C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2C57

Black with #EF2C57

Text Example


Text Example

White with #EF2C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2C57; }

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

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

background-color css

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

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

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

border-color css

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

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

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