Html Css Color HEX #EE3D4A Amaranth

📋 copy color: '#EE3D4A'

red 238 ◦ green 61 ◦ blue 74

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

Shades of Amaranth #EE3D4A

Tints of Amaranth #EE3D4A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.35%

 BLUE value IS 74 (29.3% from 255) = 19.84%

R = 63.81%
G = 16.35%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EE3D4A (or 0xEE3D4A) is known color: Amaranth. HEX triplet: EE, 3D and 4A. RGB value is (238,61,74). Sum of RGB (Red+Green+Blue) = 238+61+74=373 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.81% from 373); Green value is 61 (24.22% from 255 or 16.35% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3D4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3D4A is #11C2B5. Grayscale: #737373. Windows color (decimal): -1163958 or 4865518. OLE color: 4865518.

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

Color convert

RGB 238 61 74 -
CMYK 0 0.74 0.69 0.07
HSL 355.59º 0.84% 0.59% -
HSV(B) 355.59º 0.74% 0.93% -
XYZ 38.16 22.01 8.72 -
YUV 115.41 104.64 215.44 -
System Red Green Blue C M Y K H S L
Decimal 238 61 74 0 0.74 0.69 0.07 355.59 0.84 0.59
Hex EE 3D 4A 0 4A 45 7 164 54 3B
Octal 356 75 112 0 112 105 7 544 124 73
Binary 11101110 111101 1001010 0 1001010 1000101 111 101100100 1010100 111011

Color Harmonies of #EE3D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3D4A

Black with #EE3D4A

Text Example


Text Example

White with #EE3D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3D4A; }

 p { color: rgb(238,61,74); }

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

background-color css

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

 a { background-color: rgb(238,61,74); }

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

border-color css

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

 span { border-color: rgb(238,61,74); }

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