Html Css Color HEX #EE225F Amaranth

📋 copy color: '#EE225F'

red 238 ◦ green 34 ◦ blue 95

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

Shades of Amaranth #EE225F

Tints of Amaranth #EE225F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.89%

R = 64.85%
G = 9.26%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EE225F (or 0xEE225F) is known color: Amaranth. HEX triplet: EE, 22 and 5F. RGB value is (238,34,95). Sum of RGB (Red+Green+Blue) = 238+34+95=367 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.85% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 238 - color contains mainly: red. Hex color #EE225F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE225F is #11DDA0. Grayscale: #656565. Windows color (decimal): -1170849 or 6234862. OLE color: 6234862.

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

Color convert

RGB 238 34 95 -
CMYK 0 0.86 0.60 0.07
HSL 342.06º 0.86% 0.53% -
HSV(B) 342.06º 0.86% 0.93% -
XYZ 37.9 20.15 12.72 -
YUV 101.95 124.09 225.04 -
System Red Green Blue C M Y K H S L
Decimal 238 34 95 0 0.86 0.60 0.07 342.06 0.86 0.53
Hex EE 22 5F 0 56 3C 7 156 56 35
Octal 356 42 137 0 126 74 7 526 126 65
Binary 11101110 100010 1011111 0 1010110 111100 111 101010110 1010110 110101

Color Harmonies of #EE225F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE225F

Black with #EE225F

Text Example


Text Example

White with #EE225F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE225F; }

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

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

background-color css

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

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

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

border-color css

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

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

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