Html Css Color HEX #EF464D Amaranth

📋 copy color: '#EF464D'

red 239 ◦ green 70 ◦ blue 77

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

Shades of Amaranth #EF464D

Tints of Amaranth #EF464D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.13%

 BLUE value IS 77 (30.47% from 255) = 19.95%

R = 61.92%
G = 18.13%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF464D (or 0xEF464D) is known color: Amaranth. HEX triplet: EF, 46 and 4D. RGB value is (239,70,77). Sum of RGB (Red+Green+Blue) = 239+70+77=386 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.92% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 239 - color contains mainly: red. Hex color #EF464D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF464D is #10B9B2. Grayscale: #797979. Windows color (decimal): -1096115 or 5064431. OLE color: 5064431.

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

Color convert

RGB 239 70 77 -
CMYK 0 0.71 0.68 0.06
HSL 357.51º 0.84% 0.61% -
HSV(B) 357.51º 0.71% 0.94% -
XYZ 39.13 23.27 9.45 -
YUV 121.33 102.99 211.93 -
System Red Green Blue C M Y K H S L
Decimal 239 70 77 0 0.71 0.68 0.06 357.51 0.84 0.61
Hex EF 46 4D 0 47 44 6 166 54 3D
Octal 357 106 115 0 107 104 6 546 124 75
Binary 11101111 1000110 1001101 0 1000111 1000100 110 101100110 1010100 111101

Color Harmonies of #EF464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF464D

Black with #EF464D

Text Example


Text Example

White with #EF464D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF464D; }

 p { color: rgb(239,70,77); }

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

background-color css

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

 a { background-color: rgb(239,70,77); }

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

border-color css

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

 span { border-color: rgb(239,70,77); }

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