Html Css Color HEX #EF414A Amaranth

📋 copy color: '#EF414A'

red 239 ◦ green 65 ◦ blue 74

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

Shades of Amaranth #EF414A

Tints of Amaranth #EF414A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.2%

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

R = 63.23%
G = 17.2%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF414A (or 0xEF414A) is known color: Amaranth. HEX triplet: EF, 41 and 4A. RGB value is (239,65,74). Sum of RGB (Red+Green+Blue) = 239+65+74=378 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.23% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 239 - color contains mainly: red. Hex color #EF414A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF414A is #10BEB5. Grayscale: #767676. Windows color (decimal): -1097398 or 4866543. OLE color: 4866543.

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

Color convert

RGB 239 65 74 -
CMYK 0 0.73 0.69 0.06
HSL 356.9º 0.84% 0.6% -
HSV(B) 356.9º 0.73% 0.94% -
XYZ 38.72 22.63 8.8 -
YUV 118.05 103.15 214.27 -
System Red Green Blue C M Y K H S L
Decimal 239 65 74 0 0.73 0.69 0.06 356.9 0.84 0.6
Hex EF 41 4A 0 49 45 6 165 54 3C
Octal 357 101 112 0 111 105 6 545 124 74
Binary 11101111 1000001 1001010 0 1001001 1000101 110 101100101 1010100 111100

Color Harmonies of #EF414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF414A

Black with #EF414A

Text Example


Text Example

White with #EF414A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF414A; }

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

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

background-color css

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

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

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

border-color css

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

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

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