Html Css Color HEX #EF354C Amaranth

📋 copy color: '#EF354C'

red 239 ◦ green 53 ◦ blue 76

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

Shades of Amaranth #EF354C

Tints of Amaranth #EF354C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.65%

R = 64.95%
G = 14.4%
B = 20.65%

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

#EF354C (or 0xEF354C) is known color: Amaranth. HEX triplet: EF, 35 and 4C. RGB value is (239,53,76). Sum of RGB (Red+Green+Blue) = 239+53+76=368 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.95% from 368); Green value is 53 (21.09% from 255 or 14.40% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 239 - color contains mainly: red. Hex color #EF354C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF354C is #10CAB3. Grayscale: #6F6F6F. Windows color (decimal): -1100468 or 4994543. OLE color: 4994543.

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

Color convert

RGB 239 53 76 -
CMYK 0 0.78 0.68 0.06
HSL 352.58º 0.85% 0.57% -
HSV(B) 352.58º 0.78% 0.94% -
XYZ 38.17 21.42 8.96 -
YUV 111.24 108.12 219.13 -
System Red Green Blue C M Y K H S L
Decimal 239 53 76 0 0.78 0.68 0.06 352.58 0.85 0.57
Hex EF 35 4C 0 4E 44 6 161 55 39
Octal 357 65 114 0 116 104 6 541 125 71
Binary 11101111 110101 1001100 0 1001110 1000100 110 101100001 1010101 111001

Color Harmonies of #EF354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF354C

Black with #EF354C

Text Example


Text Example

White with #EF354C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF354C; }

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

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

background-color css

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

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

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

border-color css

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

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

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