Html Css Color HEX #EF354D Amaranth

📋 copy color: '#EF354D'

red 239 ◦ green 53 ◦ blue 77

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

Shades of Amaranth #EF354D

Tints of Amaranth #EF354D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.36%

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

R = 64.77%
G = 14.36%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF354D (or 0xEF354D) is known color: Amaranth. HEX triplet: EF, 35 and 4D. RGB value is (239,53,77). Sum of RGB (Red+Green+Blue) = 239+53+77=369 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.77% from 369); Green value is 53 (21.09% from 255 or 14.36% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 239 - color contains mainly: red. Hex color #EF354D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF354D is #10CAB2. Grayscale: #6F6F6F. Windows color (decimal): -1100467 or 5060079. OLE color: 5060079.

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

Color convert

RGB 239 53 77 -
CMYK 0 0.78 0.68 0.06
HSL 352.26º 0.85% 0.57% -
HSV(B) 352.26º 0.78% 0.94% -
XYZ 38.21 21.43 9.14 -
YUV 111.35 108.62 219.05 -
System Red Green Blue C M Y K H S L
Decimal 239 53 77 0 0.78 0.68 0.06 352.26 0.85 0.57
Hex EF 35 4D 0 4E 44 6 160 55 39
Octal 357 65 115 0 116 104 6 540 125 71
Binary 11101111 110101 1001101 0 1001110 1000100 110 101100000 1010101 111001

Color Harmonies of #EF354D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF354D

Black with #EF354D

Text Example


Text Example

White with #EF354D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF354D; }

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

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

background-color css

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

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

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

border-color css

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

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

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