Html Css Color HEX #EE225D Amaranth

📋 copy color: '#EE225D'

red 238 ◦ green 34 ◦ blue 93

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

Shades of Amaranth #EE225D

Tints of Amaranth #EE225D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.48%

R = 65.21%
G = 9.32%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EE225D (or 0xEE225D) is known color: Amaranth. HEX triplet: EE, 22 and 5D. RGB value is (238,34,93). Sum of RGB (Red+Green+Blue) = 238+34+93=365 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.21% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 238 - color contains mainly: red. Hex color #EE225D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE225D is #11DDA2. Grayscale: #656565. Windows color (decimal): -1170851 or 6103790. OLE color: 6103790.

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

Color convert

RGB 238 34 93 -
CMYK 0 0.86 0.61 0.07
HSL 342.65º 0.86% 0.53% -
HSV(B) 342.65º 0.86% 0.93% -
XYZ 37.81 20.11 12.25 -
YUV 101.72 123.09 225.2 -
System Red Green Blue C M Y K H S L
Decimal 238 34 93 0 0.86 0.61 0.07 342.65 0.86 0.53
Hex EE 22 5D 0 56 3D 7 157 56 35
Octal 356 42 135 0 126 75 7 527 126 65
Binary 11101110 100010 1011101 0 1010110 111101 111 101010111 1010110 110101

Color Harmonies of #EE225D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE225D

Black with #EE225D

Text Example


Text Example

White with #EE225D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE225D; }

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

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

background-color css

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

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

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

border-color css

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

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

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