Html Css Color HEX #EF454A Amaranth

📋 copy color: '#EF454A'

red 239 ◦ green 69 ◦ blue 74

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

Shades of Amaranth #EF454A

Tints of Amaranth #EF454A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.06%

 BLUE value IS 74 (29.3% from 255) = 19.37%

R = 62.57%
G = 18.06%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF454A (or 0xEF454A) is known color: Amaranth. HEX triplet: EF, 45 and 4A. RGB value is (239,69,74). Sum of RGB (Red+Green+Blue) = 239+69+74=382 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.57% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 239 - color contains mainly: red. Hex color #EF454A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF454A is #10BAB5. Grayscale: #787878. Windows color (decimal): -1096374 or 4867567. OLE color: 4867567.

HSL color Cylindrical-coordinate representation of color #EF454A: hue angle of 358.24º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EF454A is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 69 74 -
CMYK 0 0.71 0.69 0.06
HSL 358.24º 0.84% 0.6% -
HSV(B) 358.24º 0.71% 0.94% -
XYZ 38.96 23.1 8.88 -
YUV 120.4 101.82 212.59 -
System Red Green Blue C M Y K H S L
Decimal 239 69 74 0 0.71 0.69 0.06 358.24 0.84 0.6
Hex EF 45 4A 0 47 45 6 166 54 3C
Octal 357 105 112 0 107 105 6 546 124 74
Binary 11101111 1000101 1001010 0 1000111 1000101 110 101100110 1010100 111100

Color Harmonies of #EF454A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF454A

Black with #EF454A

Text Example


Text Example

White with #EF454A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF454A; }

 p { color: rgb(239,69,74); }

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

background-color css

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

 a { background-color: rgb(239,69,74); }

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

border-color css

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

 span { border-color: rgb(239,69,74); }

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