Html Css Color HEX #EE3646 Amaranth

📋 copy color: '#EE3646'

red 238 ◦ green 54 ◦ blue 70

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

Shades of Amaranth #EE3646

Tints of Amaranth #EE3646

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.92%

 BLUE value IS 70 (27.73% from 255) = 19.34%

R = 65.75%
G = 14.92%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EE3646 (or 0xEE3646) is known color: Amaranth. HEX triplet: EE, 36 and 46. RGB value is (238,54,70). Sum of RGB (Red+Green+Blue) = 238+54+70=362 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.75% from 362); Green value is 54 (21.48% from 255 or 14.92% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3646 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3646 is #11C9B9. Grayscale: #6E6E6E. Windows color (decimal): -1165754 or 4601582. OLE color: 4601582.

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

Color convert

RGB 238 54 70 -
CMYK 0 0.77 0.71 0.07
HSL 354.78º 0.84% 0.57% -
HSV(B) 354.78º 0.77% 0.93% -
XYZ 37.68 21.26 7.91 -
YUV 110.84 104.96 218.7 -
System Red Green Blue C M Y K H S L
Decimal 238 54 70 0 0.77 0.71 0.07 354.78 0.84 0.57
Hex EE 36 46 0 4D 47 7 163 54 39
Octal 356 66 106 0 115 107 7 543 124 71
Binary 11101110 110110 1000110 0 1001101 1000111 111 101100011 1010100 111001

Color Harmonies of #EE3646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3646

Black with #EE3646

Text Example


Text Example

White with #EE3646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3646; }

 p { color: rgb(238,54,70); }

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

background-color css

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

 a { background-color: rgb(238,54,70); }

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

border-color css

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

 span { border-color: rgb(238,54,70); }

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