Html Css Color HEX #EE3C4E Amaranth

📋 copy color: '#EE3C4E'

red 238 ◦ green 60 ◦ blue 78

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

Shades of Amaranth #EE3C4E

Tints of Amaranth #EE3C4E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.96%

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

R = 63.3%
G = 15.96%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EE3C4E (or 0xEE3C4E) is known color: Amaranth. HEX triplet: EE, 3C and 4E. RGB value is (238,60,78). Sum of RGB (Red+Green+Blue) = 238+60+78=376 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.30% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 78 (30.86% from 255 or 20.74% from 376); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3C4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3C4E is #11C3B1. Grayscale: #737373. Windows color (decimal): -1164210 or 5127406. OLE color: 5127406.

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

Color convert

RGB 238 60 78 -
CMYK 0 0.75 0.67 0.07
HSL 353.93º 0.84% 0.58% -
HSV(B) 353.93º 0.75% 0.93% -
XYZ 38.25 21.96 9.43 -
YUV 115.27 106.97 215.54 -
System Red Green Blue C M Y K H S L
Decimal 238 60 78 0 0.75 0.67 0.07 353.93 0.84 0.58
Hex EE 3C 4E 0 4B 43 7 162 54 3A
Octal 356 74 116 0 113 103 7 542 124 72
Binary 11101110 111100 1001110 0 1001011 1000011 111 101100010 1010100 111010

Color Harmonies of #EE3C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3C4E

Black with #EE3C4E

Text Example


Text Example

White with #EE3C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3C4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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