Html Css Color HEX #EF334C Amaranth

📋 copy color: '#EF334C'

red 239 ◦ green 51 ◦ blue 76

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

Shades of Amaranth #EF334C

Tints of Amaranth #EF334C

RGB

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

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

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

R = 65.3%
G = 13.93%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF334C (or 0xEF334C) is known color: Amaranth. HEX triplet: EF, 33 and 4C. RGB value is (239,51,76). Sum of RGB (Red+Green+Blue) = 239+51+76=366 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.30% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 239 - color contains mainly: red. Hex color #EF334C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF334C is #10CCB3. Grayscale: #6E6E6E. Windows color (decimal): -1100980 or 4994031. OLE color: 4994031.

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

Color convert

RGB 239 51 76 -
CMYK 0 0.79 0.68 0.06
HSL 352.02º 0.85% 0.57% -
HSV(B) 352.02º 0.79% 0.94% -
XYZ 38.08 21.24 8.93 -
YUV 110.06 108.78 219.97 -
System Red Green Blue C M Y K H S L
Decimal 239 51 76 0 0.79 0.68 0.06 352.02 0.85 0.57
Hex EF 33 4C 0 4F 44 6 160 55 39
Octal 357 63 114 0 117 104 6 540 125 71
Binary 11101111 110011 1001100 0 1001111 1000100 110 101100000 1010101 111001

Color Harmonies of #EF334C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF334C

Black with #EF334C

Text Example


Text Example

White with #EF334C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF334C; }

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

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

background-color css

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

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

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

border-color css

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

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

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