Html Css Color HEX #EE245B Amaranth

📋 copy color: '#EE245B'

red 238 ◦ green 36 ◦ blue 91

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

Shades of Amaranth #EE245B

Tints of Amaranth #EE245B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.93%

R = 65.21%
G = 9.86%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EE245B (or 0xEE245B) is known color: Amaranth. HEX triplet: EE, 24 and 5B. RGB value is (238,36,91). Sum of RGB (Red+Green+Blue) = 238+36+91=365 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.21% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 238 - color contains mainly: red. Hex color #EE245B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE245B is #11DBA4. Grayscale: #666666. Windows color (decimal): -1170341 or 5973230. OLE color: 5973230.

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

Color convert

RGB 238 36 91 -
CMYK 0 0.85 0.62 0.07
HSL 343.66º 0.86% 0.54% -
HSV(B) 343.66º 0.85% 0.93% -
XYZ 37.78 20.19 11.8 -
YUV 102.67 121.42 224.53 -
System Red Green Blue C M Y K H S L
Decimal 238 36 91 0 0.85 0.62 0.07 343.66 0.86 0.54
Hex EE 24 5B 0 55 3E 7 158 56 36
Octal 356 44 133 0 125 76 7 530 126 66
Binary 11101110 100100 1011011 0 1010101 111110 111 101011000 1010110 110110

Color Harmonies of #EE245B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE245B

Black with #EE245B

Text Example


Text Example

White with #EE245B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE245B; }

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

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

background-color css

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

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

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

border-color css

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

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

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