Html Css Color HEX #EF3254 Amaranth

📋 copy color: '#EF3254'

red 239 ◦ green 50 ◦ blue 84

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

Shades of Amaranth #EF3254

Tints of Amaranth #EF3254

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.4%

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

R = 64.08%
G = 13.4%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EF3254 (or 0xEF3254) is known color: Amaranth. HEX triplet: EF, 32 and 54. RGB value is (239,50,84). Sum of RGB (Red+Green+Blue) = 239+50+84=373 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.08% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 84 (33.20% from 255 or 22.52% from 373); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3254 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3254 is #10CDAB. Grayscale: #6E6E6E. Windows color (decimal): -1101228 or 5518063. OLE color: 5518063.

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

Color convert

RGB 239 50 84 -
CMYK 0 0.79 0.65 0.06
HSL 349.21º 0.86% 0.57% -
HSV(B) 349.21º 0.79% 0.94% -
XYZ 38.34 21.27 10.47 -
YUV 110.39 113.12 219.74 -
System Red Green Blue C M Y K H S L
Decimal 239 50 84 0 0.79 0.65 0.06 349.21 0.86 0.57
Hex EF 32 54 0 4F 41 6 15D 56 39
Octal 357 62 124 0 117 101 6 535 126 71
Binary 11101111 110010 1010100 0 1001111 1000001 110 101011101 1010110 111001

Color Harmonies of #EF3254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3254

Black with #EF3254

Text Example


Text Example

White with #EF3254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3254; }

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

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

background-color css

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

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

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

border-color css

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

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

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