Html Css Color HEX #EE3844 Amaranth

📋 copy color: '#EE3844'

red 238 ◦ green 56 ◦ blue 68

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

Shades of Amaranth #EE3844

Tints of Amaranth #EE3844

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.47%

 BLUE value IS 68 (26.95% from 255) = 18.78%

R = 65.75%
G = 15.47%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EE3844 (or 0xEE3844) is known color: Amaranth. HEX triplet: EE, 38 and 44. RGB value is (238,56,68). Sum of RGB (Red+Green+Blue) = 238+56+68=362 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.75% from 362); Green value is 56 (22.27% from 255 or 15.47% from 362); Blue value is 68 (26.95% from 255 or 18.78% from 362); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3844 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3844 is #11C7BB. Grayscale: #6F6F6F. Windows color (decimal): -1165244 or 4471022. OLE color: 4471022.

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

Color convert

RGB 238 56 68 -
CMYK 0 0.76 0.71 0.07
HSL 356.04º 0.84% 0.58% -
HSV(B) 356.04º 0.76% 0.93% -
XYZ 37.72 21.42 7.62 -
YUV 111.79 103.3 218.02 -
System Red Green Blue C M Y K H S L
Decimal 238 56 68 0 0.76 0.71 0.07 356.04 0.84 0.58
Hex EE 38 44 0 4C 47 7 164 54 3A
Octal 356 70 104 0 114 107 7 544 124 72
Binary 11101110 111000 1000100 0 1001100 1000111 111 101100100 1010100 111010

Color Harmonies of #EE3844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3844

Black with #EE3844

Text Example


Text Example

White with #EE3844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3844; }

 p { color: rgb(238,56,68); }

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

background-color css

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

 a { background-color: rgb(238,56,68); }

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

border-color css

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

 span { border-color: rgb(238,56,68); }

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