Html Css Color HEX #EE224B Amaranth

📋 copy color: '#EE224B'

red 238 ◦ green 34 ◦ blue 75

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

Shades of Amaranth #EE224B

Tints of Amaranth #EE224B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.61%

R = 68.59%
G = 9.8%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EE224B (or 0xEE224B) is known color: Amaranth. HEX triplet: EE, 22 and 4B. RGB value is (238,34,75). Sum of RGB (Red+Green+Blue) = 238+34+75=347 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.59% from 347); Green value is 34 (13.67% from 255 or 9.80% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 238 - color contains mainly: red. Hex color #EE224B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE224B is #11DDB4. Grayscale: #636363. Windows color (decimal): -1170869 or 4924142. OLE color: 4924142.

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

Color convert

RGB 238 34 75 -
CMYK 0 0.86 0.68 0.07
HSL 347.94º 0.86% 0.53% -
HSV(B) 347.94º 0.86% 0.93% -
XYZ 37.1 19.83 8.53 -
YUV 99.67 114.09 226.67 -
System Red Green Blue C M Y K H S L
Decimal 238 34 75 0 0.86 0.68 0.07 347.94 0.86 0.53
Hex EE 22 4B 0 56 44 7 15C 56 35
Octal 356 42 113 0 126 104 7 534 126 65
Binary 11101110 100010 1001011 0 1010110 1000100 111 101011100 1010110 110101

Color Harmonies of #EE224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE224B

Black with #EE224B

Text Example


Text Example

White with #EE224B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE224B; }

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

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

background-color css

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

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

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

border-color css

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

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

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