Html Css Color HEX #EF4045 Amaranth

📋 copy color: '#EF4045'

red 239 ◦ green 64 ◦ blue 69

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

Shades of Amaranth #EF4045

Tints of Amaranth #EF4045

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.2%

 BLUE value IS 69 (27.34% from 255) = 18.55%

R = 64.25%
G = 17.2%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EF4045 (or 0xEF4045) is known color: Amaranth. HEX triplet: EF, 40 and 45. RGB value is (239,64,69). Sum of RGB (Red+Green+Blue) = 239+64+69=372 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.25% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4045 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4045 is #10BFBA. Grayscale: #757575. Windows color (decimal): -1097659 or 4538607. OLE color: 4538607.

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

Color convert

RGB 239 64 69 -
CMYK 0 0.73 0.71 0.06
HSL 358.29º 0.85% 0.59% -
HSV(B) 358.29º 0.73% 0.94% -
XYZ 38.5 22.45 7.93 -
YUV 116.9 100.98 215.09 -
System Red Green Blue C M Y K H S L
Decimal 239 64 69 0 0.73 0.71 0.06 358.29 0.85 0.59
Hex EF 40 45 0 49 47 6 166 55 3B
Octal 357 100 105 0 111 107 6 546 125 73
Binary 11101111 1000000 1000101 0 1001001 1000111 110 101100110 1010101 111011

Color Harmonies of #EF4045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4045

Black with #EF4045

Text Example


Text Example

White with #EF4045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4045; }

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

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

background-color css

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

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

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

border-color css

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

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

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