Html Css Color HEX #EE1F45 Amaranth

📋 copy color: '#EE1F45'

red 238 ◦ green 31 ◦ blue 69

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

Shades of Amaranth #EE1F45

Tints of Amaranth #EE1F45

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.17%

 BLUE value IS 69 (27.34% from 255) = 20.41%

R = 70.41%
G = 9.17%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EE1F45 (or 0xEE1F45) is known color: Amaranth. HEX triplet: EE, 1F and 45. RGB value is (238,31,69). Sum of RGB (Red+Green+Blue) = 238+31+69=338 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.41% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1F45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE1F45 is #11E0BA. Grayscale: #616161. Windows color (decimal): -1171643 or 4530158. OLE color: 4530158.

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

Color convert

RGB 238 31 69 -
CMYK 0 0.87 0.71 0.07
HSL 348.99º 0.86% 0.53% -
HSV(B) 348.99º 0.87% 0.93% -
XYZ 36.82 19.59 7.47 -
YUV 97.23 112.08 228.41 -
System Red Green Blue C M Y K H S L
Decimal 238 31 69 0 0.87 0.71 0.07 348.99 0.86 0.53
Hex EE 1F 45 0 57 47 7 15D 56 35
Octal 356 37 105 0 127 107 7 535 126 65
Binary 11101110 11111 1000101 0 1010111 1000111 111 101011101 1010110 110101

Color Harmonies of #EE1F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1F45

Black with #EE1F45

Text Example


Text Example

White with #EE1F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1F45; }

 p { color: rgb(238,31,69); }

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

background-color css

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

 a { background-color: rgb(238,31,69); }

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

border-color css

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

 span { border-color: rgb(238,31,69); }

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