Html Css Color HEX #EF344A Amaranth

📋 copy color: '#EF344A'

red 239 ◦ green 52 ◦ blue 74

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

Shades of Amaranth #EF344A

Tints of Amaranth #EF344A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.25%

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

R = 65.48%
G = 14.25%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF344A (or 0xEF344A) is known color: Amaranth. HEX triplet: EF, 34 and 4A. RGB value is (239,52,74). Sum of RGB (Red+Green+Blue) = 239+52+74=365 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.48% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 239 - color contains mainly: red. Hex color #EF344A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF344A is #10CBB5. Grayscale: #6E6E6E. Windows color (decimal): -1100726 or 4863215. OLE color: 4863215.

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

Color convert

RGB 239 52 74 -
CMYK 0 0.78 0.69 0.06
HSL 352.94º 0.85% 0.57% -
HSV(B) 352.94º 0.78% 0.94% -
XYZ 38.06 21.3 8.58 -
YUV 110.42 107.45 219.71 -
System Red Green Blue C M Y K H S L
Decimal 239 52 74 0 0.78 0.69 0.06 352.94 0.85 0.57
Hex EF 34 4A 0 4E 45 6 161 55 39
Octal 357 64 112 0 116 105 6 541 125 71
Binary 11101111 110100 1001010 0 1001110 1000101 110 101100001 1010101 111001

Color Harmonies of #EF344A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF344A

Black with #EF344A

Text Example


Text Example

White with #EF344A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF344A; }

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

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

background-color css

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

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

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

border-color css

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

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

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