Html Css Color HEX #EF334A Amaranth

📋 copy color: '#EF334A'

red 239 ◦ green 51 ◦ blue 74

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

Shades of Amaranth #EF334A

Tints of Amaranth #EF334A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.01%

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

R = 65.66%
G = 14.01%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF334A (or 0xEF334A) is known color: Amaranth. HEX triplet: EF, 33 and 4A. RGB value is (239,51,74). Sum of RGB (Red+Green+Blue) = 239+51+74=364 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.66% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 239 - color contains mainly: red. Hex color #EF334A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF334A is #10CCB5. Grayscale: #6D6D6D. Windows color (decimal): -1100982 or 4862959. OLE color: 4862959.

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

Color convert

RGB 239 51 74 -
CMYK 0 0.79 0.69 0.06
HSL 352.66º 0.85% 0.57% -
HSV(B) 352.66º 0.79% 0.94% -
XYZ 38.02 21.21 8.57 -
YUV 109.83 107.78 220.13 -
System Red Green Blue C M Y K H S L
Decimal 239 51 74 0 0.79 0.69 0.06 352.66 0.85 0.57
Hex EF 33 4A 0 4F 45 6 161 55 39
Octal 357 63 112 0 117 105 6 541 125 71
Binary 11101111 110011 1001010 0 1001111 1000101 110 101100001 1010101 111001

Color Harmonies of #EF334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF334A

Black with #EF334A

Text Example


Text Example

White with #EF334A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF334A; }

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

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

background-color css

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

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

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

border-color css

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

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

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