Html Css Color HEX #EE444A Amaranth

📋 copy color: '#EE444A'

red 238 ◦ green 68 ◦ blue 74

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

Shades of Amaranth #EE444A

Tints of Amaranth #EE444A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.89%

 BLUE value IS 74 (29.3% from 255) = 19.47%

R = 62.63%
G = 17.89%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EE444A (or 0xEE444A) is known color: Amaranth. HEX triplet: EE, 44 and 4A. RGB value is (238,68,74). Sum of RGB (Red+Green+Blue) = 238+68+74=380 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.63% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 238 - color contains mainly: red. Hex color #EE444A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE444A is #11BBB5. Grayscale: #777777. Windows color (decimal): -1162166 or 4867310. OLE color: 4867310.

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

Color convert

RGB 238 68 74 -
CMYK 0 0.71 0.69 0.07
HSL 357.88º 0.83% 0.6% -
HSV(B) 357.88º 0.71% 0.93% -
XYZ 38.56 22.81 8.85 -
YUV 119.51 102.32 212.51 -
System Red Green Blue C M Y K H S L
Decimal 238 68 74 0 0.71 0.69 0.07 357.88 0.83 0.6
Hex EE 44 4A 0 47 45 7 166 53 3C
Octal 356 104 112 0 107 105 7 546 123 74
Binary 11101110 1000100 1001010 0 1000111 1000101 111 101100110 1010011 111100

Color Harmonies of #EE444A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE444A

Black with #EE444A

Text Example


Text Example

White with #EE444A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE444A; }

 p { color: rgb(238,68,74); }

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

background-color css

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

 a { background-color: rgb(238,68,74); }

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

border-color css

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

 span { border-color: rgb(238,68,74); }

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