Html Css Color HEX #EE464F Amaranth

📋 copy color: '#EE464F'

red 238 ◦ green 70 ◦ blue 79

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

Shades of Amaranth #EE464F

Tints of Amaranth #EE464F

RGB

 RED value IS 238 (93.36% from 255) = 61.5%

 GREEN value IS 70 (27.73% from 255) = 18.09%

 BLUE value IS 79 (31.25% from 255) = 20.41%

R = 61.5%
G = 18.09%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EE464F (or 0xEE464F) is known color: Amaranth. HEX triplet: EE, 46 and 4F. RGB value is (238,70,79). Sum of RGB (Red+Green+Blue) = 238+70+79=387 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.50% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 79 (31.25% from 255 or 20.41% from 387); Max value from RGB is 238 - color contains mainly: red. Hex color #EE464F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE464F is #11B9B0. Grayscale: #797979. Windows color (decimal): -1161649 or 5195502. OLE color: 5195502.

HSL color Cylindrical-coordinate representation of color #EE464F: hue angle of 356.79º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE464F is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 70 79 -
CMYK 0 0.71 0.67 0.07
HSL 356.79º 0.83% 0.6% -
HSV(B) 356.79º 0.71% 0.93% -
XYZ 38.86 23.12 9.81 -
YUV 121.26 104.16 211.27 -
System Red Green Blue C M Y K H S L
Decimal 238 70 79 0 0.71 0.67 0.07 356.79 0.83 0.6
Hex EE 46 4F 0 47 43 7 165 53 3C
Octal 356 106 117 0 107 103 7 545 123 74
Binary 11101110 1000110 1001111 0 1000111 1000011 111 101100101 1010011 111100

Color Harmonies of #EE464F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE464F

Black with #EE464F

Text Example


Text Example

White with #EE464F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE464F; }

 p { color: rgb(238,70,79); }

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

background-color css

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

 a { background-color: rgb(238,70,79); }

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

border-color css

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

 span { border-color: rgb(238,70,79); }

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