Html Css Color HEX #EE225C Amaranth

📋 copy color: '#EE225C'

red 238 ◦ green 34 ◦ blue 92

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

Shades of Amaranth #EE225C

Tints of Amaranth #EE225C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.27%

R = 65.38%
G = 9.34%
B = 25.27%

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

#EE225C (or 0xEE225C) is known color: Amaranth. HEX triplet: EE, 22 and 5C. RGB value is (238,34,92). Sum of RGB (Red+Green+Blue) = 238+34+92=364 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.38% from 364); Green value is 34 (13.67% from 255 or 9.34% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 238 - color contains mainly: red. Hex color #EE225C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE225C is #11DDA3. Grayscale: #656565. Windows color (decimal): -1170852 or 6038254. OLE color: 6038254.

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

Color convert

RGB 238 34 92 -
CMYK 0 0.86 0.61 0.07
HSL 342.94º 0.86% 0.53% -
HSV(B) 342.94º 0.86% 0.93% -
XYZ 37.76 20.09 12.01 -
YUV 101.61 122.59 225.28 -
System Red Green Blue C M Y K H S L
Decimal 238 34 92 0 0.86 0.61 0.07 342.94 0.86 0.53
Hex EE 22 5C 0 56 3D 7 157 56 35
Octal 356 42 134 0 126 75 7 527 126 65
Binary 11101110 100010 1011100 0 1010110 111101 111 101010111 1010110 110101

Color Harmonies of #EE225C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE225C

Black with #EE225C

Text Example


Text Example

White with #EE225C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE225C; }

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

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

background-color css

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

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

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

border-color css

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

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

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