Html Css Color HEX #EE3D4F Amaranth

📋 copy color: '#EE3D4F'

red 238 ◦ green 61 ◦ blue 79

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

Shades of Amaranth #EE3D4F

Tints of Amaranth #EE3D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.9%

R = 62.96%
G = 16.14%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EE3D4F (or 0xEE3D4F) is known color: Amaranth. HEX triplet: EE, 3D and 4F. RGB value is (238,61,79). Sum of RGB (Red+Green+Blue) = 238+61+79=378 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.96% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 79 (31.25% from 255 or 20.90% from 378); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3D4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3D4F is #11C2B0. Grayscale: #747474. Windows color (decimal): -1163953 or 5193198. OLE color: 5193198.

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

Color convert

RGB 238 61 79 -
CMYK 0 0.74 0.67 0.07
HSL 353.9º 0.84% 0.59% -
HSV(B) 353.9º 0.74% 0.93% -
XYZ 38.34 22.08 9.64 -
YUV 115.98 107.14 215.04 -
System Red Green Blue C M Y K H S L
Decimal 238 61 79 0 0.74 0.67 0.07 353.9 0.84 0.59
Hex EE 3D 4F 0 4A 43 7 162 54 3B
Octal 356 75 117 0 112 103 7 542 124 73
Binary 11101110 111101 1001111 0 1001010 1000011 111 101100010 1010100 111011

Color Harmonies of #EE3D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3D4F

Black with #EE3D4F

Text Example


Text Example

White with #EE3D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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