Html Css Color HEX #EE245C Amaranth

📋 copy color: '#EE245C'

red 238 ◦ green 36 ◦ blue 92

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

Shades of Amaranth #EE245C

Tints of Amaranth #EE245C

RGB

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

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

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

R = 65.03%
G = 9.84%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EE245C (or 0xEE245C) is known color: Amaranth. HEX triplet: EE, 24 and 5C. RGB value is (238,36,92). Sum of RGB (Red+Green+Blue) = 238+36+92=366 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.03% from 366); Green value is 36 (14.45% from 255 or 9.84% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 238 - color contains mainly: red. Hex color #EE245C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE245C is #11DBA3. Grayscale: #666666. Windows color (decimal): -1170340 or 6038766. OLE color: 6038766.

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

Color convert

RGB 238 36 92 -
CMYK 0 0.85 0.61 0.07
HSL 343.37º 0.86% 0.54% -
HSV(B) 343.37º 0.85% 0.93% -
XYZ 37.82 20.21 12.03 -
YUV 102.78 121.92 224.45 -
System Red Green Blue C M Y K H S L
Decimal 238 36 92 0 0.85 0.61 0.07 343.37 0.86 0.54
Hex EE 24 5C 0 55 3D 7 157 56 36
Octal 356 44 134 0 125 75 7 527 126 66
Binary 11101110 100100 1011100 0 1010101 111101 111 101010111 1010110 110110

Color Harmonies of #EE245C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE245C

Black with #EE245C

Text Example


Text Example

White with #EE245C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE245C; }

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

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

background-color css

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

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

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

border-color css

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

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

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