Html Css Color HEX #EE4546 Amaranth

📋 copy color: '#EE4546'

red 238 ◦ green 69 ◦ blue 70

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

Shades of Amaranth #EE4546

Tints of Amaranth #EE4546

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.3%

 BLUE value IS 70 (27.73% from 255) = 18.57%

R = 63.13%
G = 18.3%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EE4546 (or 0xEE4546) is known color: Amaranth. HEX triplet: EE, 45 and 46. RGB value is (238,69,70). Sum of RGB (Red+Green+Blue) = 238+69+70=377 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.13% from 377); Green value is 69 (27.34% from 255 or 18.30% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4546 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4546 is #11BAB9. Grayscale: #777777. Windows color (decimal): -1161914 or 4605422. OLE color: 4605422.

HSL color Cylindrical-coordinate representation of color #EE4546: hue angle of 359.64º 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 #EE4546 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 69 70 -
CMYK 0 0.71 0.71 0.07
HSL 359.65º 0.83% 0.6% -
HSV(B) 359.65º 0.71% 0.93% -
XYZ 38.49 22.88 8.18 -
YUV 119.65 99.99 212.42 -
System Red Green Blue C M Y K H S L
Decimal 238 69 70 0 0.71 0.71 0.07 359.65 0.83 0.6
Hex EE 45 46 0 47 47 7 168 53 3C
Octal 356 105 106 0 107 107 7 550 123 74
Binary 11101110 1000101 1000110 0 1000111 1000111 111 101101000 1010011 111100

Color Harmonies of #EE4546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4546

Black with #EE4546

Text Example


Text Example

White with #EE4546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4546; }

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

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

background-color css

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

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

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

border-color css

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

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

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