Html Css Color HEX #EE1D4E Amaranth

📋 copy color: '#EE1D4E'

red 238 ◦ green 29 ◦ blue 78

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

Shades of Amaranth #EE1D4E

Tints of Amaranth #EE1D4E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.41%

 BLUE value IS 78 (30.86% from 255) = 22.61%

R = 68.99%
G = 8.41%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EE1D4E (or 0xEE1D4E) is known color: Amaranth. HEX triplet: EE, 1D and 4E. RGB value is (238,29,78). Sum of RGB (Red+Green+Blue) = 238+29+78=345 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.99% from 345); Green value is 29 (11.72% from 255 or 8.41% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1D4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE1D4E is #11E2B1. Grayscale: #616161. Windows color (decimal): -1172146 or 5119470. OLE color: 5119470.

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

Color convert

RGB 238 29 78 -
CMYK 0 0.88 0.67 0.07
HSL 345.93º 0.86% 0.52% -
HSV(B) 345.93º 0.88% 0.93% -
XYZ 37.07 19.61 9.04 -
YUV 97.08 117.24 228.52 -
System Red Green Blue C M Y K H S L
Decimal 238 29 78 0 0.88 0.67 0.07 345.93 0.86 0.52
Hex EE 1D 4E 0 58 43 7 15A 56 34
Octal 356 35 116 0 130 103 7 532 126 64
Binary 11101110 11101 1001110 0 1011000 1000011 111 101011010 1010110 110100

Color Harmonies of #EE1D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1D4E

Black with #EE1D4E

Text Example


Text Example

White with #EE1D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1D4E; }

 p { color: rgb(238,29,78); }

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

background-color css

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

 a { background-color: rgb(238,29,78); }

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

border-color css

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

 span { border-color: rgb(238,29,78); }

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