Html Css Color HEX #EE224E Amaranth

📋 copy color: '#EE224E'

red 238 ◦ green 34 ◦ blue 78

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

Shades of Amaranth #EE224E

Tints of Amaranth #EE224E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.29%

R = 68%
G = 9.71%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EE224E (or 0xEE224E) is known color: Amaranth. HEX triplet: EE, 22 and 4E. RGB value is (238,34,78). Sum of RGB (Red+Green+Blue) = 238+34+78=350 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68% from 350); Green value is 34 (13.67% from 255 or 9.71% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 238 - color contains mainly: red. Hex color #EE224E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE224E is #11DDB1. Grayscale: #646464. Windows color (decimal): -1170866 or 5120750. OLE color: 5120750.

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

Color convert

RGB 238 34 78 -
CMYK 0 0.86 0.67 0.07
HSL 347.06º 0.86% 0.53% -
HSV(B) 347.06º 0.86% 0.93% -
XYZ 37.21 19.87 9.08 -
YUV 100.01 115.59 226.42 -
System Red Green Blue C M Y K H S L
Decimal 238 34 78 0 0.86 0.67 0.07 347.06 0.86 0.53
Hex EE 22 4E 0 56 43 7 15B 56 35
Octal 356 42 116 0 126 103 7 533 126 65
Binary 11101110 100010 1001110 0 1010110 1000011 111 101011011 1010110 110101

Color Harmonies of #EE224E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE224E

Black with #EE224E

Text Example


Text Example

White with #EE224E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE224E; }

 p { color: rgb(238,34,78); }

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

background-color css

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

 a { background-color: rgb(238,34,78); }

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

border-color css

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

 span { border-color: rgb(238,34,78); }

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