Html Css Color HEX #EE1F4F Amaranth

📋 copy color: '#EE1F4F'

red 238 ◦ green 31 ◦ blue 79

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

Shades of Amaranth #EE1F4F

Tints of Amaranth #EE1F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.7%

R = 68.39%
G = 8.91%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EE1F4F (or 0xEE1F4F) is known color: Amaranth. HEX triplet: EE, 1F and 4F. RGB value is (238,31,79). Sum of RGB (Red+Green+Blue) = 238+31+79=348 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.39% from 348); Green value is 31 (12.5% from 255 or 8.91% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1F4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE1F4F is #11E0B0. Grayscale: #626262. Windows color (decimal): -1171633 or 5185518. OLE color: 5185518.

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

Color convert

RGB 238 31 79 -
CMYK 0 0.87 0.67 0.07
HSL 346.09º 0.86% 0.53% -
HSV(B) 346.09º 0.87% 0.93% -
XYZ 37.16 19.72 9.25 -
YUV 98.37 117.08 227.6 -
System Red Green Blue C M Y K H S L
Decimal 238 31 79 0 0.87 0.67 0.07 346.09 0.86 0.53
Hex EE 1F 4F 0 57 43 7 15A 56 35
Octal 356 37 117 0 127 103 7 532 126 65
Binary 11101110 11111 1001111 0 1010111 1000011 111 101011010 1010110 110101

Color Harmonies of #EE1F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1F4F

Black with #EE1F4F

Text Example


Text Example

White with #EE1F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1F4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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