Html Css Color HEX #EE245F Amaranth

📋 copy color: '#EE245F'

red 238 ◦ green 36 ◦ blue 95

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

Shades of Amaranth #EE245F

Tints of Amaranth #EE245F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.76%

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

R = 64.5%
G = 9.76%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EE245F (or 0xEE245F) is known color: Amaranth. HEX triplet: EE, 24 and 5F. RGB value is (238,36,95). Sum of RGB (Red+Green+Blue) = 238+36+95=369 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.50% from 369); Green value is 36 (14.45% from 255 or 9.76% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 238 - color contains mainly: red. Hex color #EE245F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE245F is #11DBA0. Grayscale: #676767. Windows color (decimal): -1170337 or 6235374. OLE color: 6235374.

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

Color convert

RGB 238 36 95 -
CMYK 0 0.85 0.60 0.07
HSL 342.48º 0.86% 0.54% -
HSV(B) 342.48º 0.85% 0.93% -
XYZ 37.96 20.27 12.74 -
YUV 103.12 123.42 224.2 -
System Red Green Blue C M Y K H S L
Decimal 238 36 95 0 0.85 0.60 0.07 342.48 0.86 0.54
Hex EE 24 5F 0 55 3C 7 156 56 36
Octal 356 44 137 0 125 74 7 526 126 66
Binary 11101110 100100 1011111 0 1010101 111100 111 101010110 1010110 110110

Color Harmonies of #EE245F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE245F

Black with #EE245F

Text Example


Text Example

White with #EE245F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE245F; }

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

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

background-color css

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

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

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

border-color css

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

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

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