Html Css Color HEX #EF334D Amaranth

📋 copy color: '#EF334D'

red 239 ◦ green 51 ◦ blue 77

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

Shades of Amaranth #EF334D

Tints of Amaranth #EF334D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.98%

R = 65.12%
G = 13.9%
B = 20.98%

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

#EF334D (or 0xEF334D) is known color: Amaranth. HEX triplet: EF, 33 and 4D. RGB value is (239,51,77). Sum of RGB (Red+Green+Blue) = 239+51+77=367 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.12% from 367); Green value is 51 (20.31% from 255 or 13.90% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 239 - color contains mainly: red. Hex color #EF334D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF334D is #10CCB2. Grayscale: #6E6E6E. Windows color (decimal): -1100979 or 5059567. OLE color: 5059567.

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

Color convert

RGB 239 51 77 -
CMYK 0 0.79 0.68 0.06
HSL 351.7º 0.85% 0.57% -
HSV(B) 351.7º 0.79% 0.94% -
XYZ 38.12 21.25 9.11 -
YUV 110.18 109.28 219.89 -
System Red Green Blue C M Y K H S L
Decimal 239 51 77 0 0.79 0.68 0.06 351.7 0.85 0.57
Hex EF 33 4D 0 4F 44 6 160 55 39
Octal 357 63 115 0 117 104 6 540 125 71
Binary 11101111 110011 1001101 0 1001111 1000100 110 101100000 1010101 111001

Color Harmonies of #EF334D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF334D

Black with #EF334D

Text Example


Text Example

White with #EF334D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF334D; }

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

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

background-color css

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

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

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

border-color css

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

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

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