Html Css Color HEX #EF4245 Amaranth

📋 copy color: '#EF4245'

red 239 ◦ green 66 ◦ blue 69

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

Shades of Amaranth #EF4245

Tints of Amaranth #EF4245

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.65%

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

R = 63.9%
G = 17.65%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EF4245 (or 0xEF4245) is known color: Amaranth. HEX triplet: EF, 42 and 45. RGB value is (239,66,69). Sum of RGB (Red+Green+Blue) = 239+66+69=374 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.90% from 374); Green value is 66 (26.17% from 255 or 17.65% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4245 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4245 is #10BDBA. Grayscale: #767676. Windows color (decimal): -1097147 or 4539119. OLE color: 4539119.

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

Color convert

RGB 239 66 69 -
CMYK 0 0.72 0.71 0.06
HSL 358.96º 0.84% 0.6% -
HSV(B) 358.96º 0.72% 0.94% -
XYZ 38.62 22.68 7.97 -
YUV 118.07 100.31 214.26 -
System Red Green Blue C M Y K H S L
Decimal 239 66 69 0 0.72 0.71 0.06 358.96 0.84 0.6
Hex EF 42 45 0 48 47 6 167 54 3C
Octal 357 102 105 0 110 107 6 547 124 74
Binary 11101111 1000010 1000101 0 1001000 1000111 110 101100111 1010100 111100

Color Harmonies of #EF4245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4245

Black with #EF4245

Text Example


Text Example

White with #EF4245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4245; }

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

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

background-color css

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

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

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

border-color css

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

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

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