Html Css Color HEX #EF3454 Amaranth

📋 copy color: '#EF3454'

red 239 ◦ green 52 ◦ blue 84

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

Shades of Amaranth #EF3454

Tints of Amaranth #EF3454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.4%

R = 63.73%
G = 13.87%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EF3454 (or 0xEF3454) is known color: Amaranth. HEX triplet: EF, 34 and 54. RGB value is (239,52,84). Sum of RGB (Red+Green+Blue) = 239+52+84=375 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.73% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3454 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3454 is #10CBAB. Grayscale: #6F6F6F. Windows color (decimal): -1100716 or 5518575. OLE color: 5518575.

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

Color convert

RGB 239 52 84 -
CMYK 0 0.78 0.65 0.06
HSL 349.73º 0.85% 0.57% -
HSV(B) 349.73º 0.78% 0.94% -
XYZ 38.42 21.45 10.5 -
YUV 111.56 112.45 218.9 -
System Red Green Blue C M Y K H S L
Decimal 239 52 84 0 0.78 0.65 0.06 349.73 0.85 0.57
Hex EF 34 54 0 4E 41 6 15E 55 39
Octal 357 64 124 0 116 101 6 536 125 71
Binary 11101111 110100 1010100 0 1001110 1000001 110 101011110 1010101 111001

Color Harmonies of #EF3454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3454

Black with #EF3454

Text Example


Text Example

White with #EF3454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3454; }

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

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

background-color css

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

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

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

border-color css

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

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

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