Html Css Color HEX #EF224D Amaranth

📋 copy color: '#EF224D'

red 239 ◦ green 34 ◦ blue 77

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

Shades of Amaranth #EF224D

Tints of Amaranth #EF224D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.71%

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

R = 68.29%
G = 9.71%
B = 22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF224D (or 0xEF224D) is known color: Amaranth. HEX triplet: EF, 22 and 4D. RGB value is (239,34,77). Sum of RGB (Red+Green+Blue) = 239+34+77=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 34 (13.67% from 255 or 9.71% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF224D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF224D is #10DDB2. Grayscale: #646464. Windows color (decimal): -1105331 or 5055215. OLE color: 5055215.

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

Color convert

RGB 239 34 77 -
CMYK 0 0.86 0.68 0.06
HSL 347.41º 0.86% 0.54% -
HSV(B) 347.41º 0.86% 0.94% -
XYZ 37.51 20.03 8.91 -
YUV 100.2 114.92 227 -
System Red Green Blue C M Y K H S L
Decimal 239 34 77 0 0.86 0.68 0.06 347.41 0.86 0.54
Hex EF 22 4D 0 56 44 6 15B 56 36
Octal 357 42 115 0 126 104 6 533 126 66
Binary 11101111 100010 1001101 0 1010110 1000100 110 101011011 1010110 110110

Color Harmonies of #EF224D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF224D

Black with #EF224D

Text Example


Text Example

White with #EF224D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF224D; }

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

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

background-color css

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

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

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

border-color css

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

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

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