Html Css Color HEX #EE244B Amaranth

📋 copy color: '#EE244B'

red 238 ◦ green 36 ◦ blue 75

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

Shades of Amaranth #EE244B

Tints of Amaranth #EE244B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.49%

R = 68.19%
G = 10.32%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EE244B (or 0xEE244B) is known color: Amaranth. HEX triplet: EE, 24 and 4B. RGB value is (238,36,75). Sum of RGB (Red+Green+Blue) = 238+36+75=349 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.19% from 349); Green value is 36 (14.45% from 255 or 10.32% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 238 - color contains mainly: red. Hex color #EE244B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE244B is #11DBB4. Grayscale: #646464. Windows color (decimal): -1170357 or 4924654. OLE color: 4924654.

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

Color convert

RGB 238 36 75 -
CMYK 0 0.85 0.68 0.07
HSL 348.42º 0.86% 0.54% -
HSV(B) 348.42º 0.85% 0.93% -
XYZ 37.16 19.95 8.55 -
YUV 100.84 113.42 225.83 -
System Red Green Blue C M Y K H S L
Decimal 238 36 75 0 0.85 0.68 0.07 348.42 0.86 0.54
Hex EE 24 4B 0 55 44 7 15C 56 36
Octal 356 44 113 0 125 104 7 534 126 66
Binary 11101110 100100 1001011 0 1010101 1000100 111 101011100 1010110 110110

Color Harmonies of #EE244B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE244B

Black with #EE244B

Text Example


Text Example

White with #EE244B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE244B; }

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

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

background-color css

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

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

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

border-color css

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

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

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