Html Css Color HEX #EF424E Amaranth

📋 copy color: '#EF424E'

red 239 ◦ green 66 ◦ blue 78

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

Shades of Amaranth #EF424E

Tints of Amaranth #EF424E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.37%

R = 62.4%
G = 17.23%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EF424E (or 0xEF424E) is known color: Amaranth. HEX triplet: EF, 42 and 4E. RGB value is (239,66,78). Sum of RGB (Red+Green+Blue) = 239+66+78=383 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.40% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 239 - color contains mainly: red. Hex color #EF424E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF424E is #10BDB1. Grayscale: #777777. Windows color (decimal): -1097138 or 5128943. OLE color: 5128943.

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

Color convert

RGB 239 66 78 -
CMYK 0 0.72 0.67 0.06
HSL 355.84º 0.84% 0.6% -
HSV(B) 355.84º 0.72% 0.94% -
XYZ 38.92 22.8 9.56 -
YUV 119.1 104.81 213.52 -
System Red Green Blue C M Y K H S L
Decimal 239 66 78 0 0.72 0.67 0.06 355.84 0.84 0.6
Hex EF 42 4E 0 48 43 6 164 54 3C
Octal 357 102 116 0 110 103 6 544 124 74
Binary 11101111 1000010 1001110 0 1001000 1000011 110 101100100 1010100 111100

Color Harmonies of #EF424E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF424E

Black with #EF424E

Text Example


Text Example

White with #EF424E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF424E; }

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

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

background-color css

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

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

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

border-color css

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

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

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