Html Css Color HEX #EF2A53 Amaranth

📋 copy color: '#EF2A53'

red 239 ◦ green 42 ◦ blue 83

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

Shades of Amaranth #EF2A53

Tints of Amaranth #EF2A53

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.54%

 BLUE value IS 83 (32.81% from 255) = 22.8%

R = 65.66%
G = 11.54%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EF2A53 (or 0xEF2A53) is known color: Amaranth. HEX triplet: EF, 2A and 53. RGB value is (239,42,83). Sum of RGB (Red+Green+Blue) = 239+42+83=364 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.66% from 364); Green value is 42 (16.80% from 255 or 11.54% from 364); Blue value is 83 (32.81% from 255 or 22.80% from 364); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2A53 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2A53 is #10D5AC. Grayscale: #696969. Windows color (decimal): -1103277 or 5450479. OLE color: 5450479.

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

Color convert

RGB 239 42 83 -
CMYK 0 0.82 0.65 0.06
HSL 347.51º 0.86% 0.55% -
HSV(B) 347.51º 0.82% 0.94% -
XYZ 37.99 20.63 10.16 -
YUV 105.58 115.27 223.17 -
System Red Green Blue C M Y K H S L
Decimal 239 42 83 0 0.82 0.65 0.06 347.51 0.86 0.55
Hex EF 2A 53 0 52 41 6 15C 56 37
Octal 357 52 123 0 122 101 6 534 126 67
Binary 11101111 101010 1010011 0 1010010 1000001 110 101011100 1010110 110111

Color Harmonies of #EF2A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2A53

Black with #EF2A53

Text Example


Text Example

White with #EF2A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2A53; }

 p { color: rgb(239,42,83); }

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

background-color css

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

 a { background-color: rgb(239,42,83); }

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

border-color css

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

 span { border-color: rgb(239,42,83); }

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