Html Css Color HEX #EE394B Amaranth

📋 copy color: '#EE394B'

red 238 ◦ green 57 ◦ blue 75

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

Shades of Amaranth #EE394B

Tints of Amaranth #EE394B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.41%

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

R = 64.32%
G = 15.41%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EE394B (or 0xEE394B) is known color: Amaranth. HEX triplet: EE, 39 and 4B. RGB value is (238,57,75). Sum of RGB (Red+Green+Blue) = 238+57+75=370 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.32% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 238 - color contains mainly: red. Hex color #EE394B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE394B is #11C6B4. Grayscale: #717171. Windows color (decimal): -1164981 or 4930030. OLE color: 4930030.

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

Color convert

RGB 238 57 75 -
CMYK 0 0.76 0.68 0.07
HSL 354.03º 0.84% 0.58% -
HSV(B) 354.03º 0.76% 0.93% -
XYZ 37.99 21.61 8.83 -
YUV 113.17 106.47 217.04 -
System Red Green Blue C M Y K H S L
Decimal 238 57 75 0 0.76 0.68 0.07 354.03 0.84 0.58
Hex EE 39 4B 0 4C 44 7 162 54 3A
Octal 356 71 113 0 114 104 7 542 124 72
Binary 11101110 111001 1001011 0 1001100 1000100 111 101100010 1010100 111010

Color Harmonies of #EE394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE394B

Black with #EE394B

Text Example


Text Example

White with #EE394B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE394B; }

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

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

background-color css

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

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

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

border-color css

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

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

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