Html Css Color HEX #EE3B4A Amaranth

📋 copy color: '#EE3B4A'

red 238 ◦ green 59 ◦ blue 74

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

Shades of Amaranth #EE3B4A

Tints of Amaranth #EE3B4A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.9%

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

R = 64.15%
G = 15.9%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EE3B4A (or 0xEE3B4A) is known color: Amaranth. HEX triplet: EE, 3B and 4A. RGB value is (238,59,74). Sum of RGB (Red+Green+Blue) = 238+59+74=371 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.15% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3B4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3B4A is #11C4B5. Grayscale: #727272. Windows color (decimal): -1164470 or 4865006. OLE color: 4865006.

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

Color convert

RGB 238 59 74 -
CMYK 0 0.75 0.69 0.07
HSL 354.97º 0.84% 0.58% -
HSV(B) 354.97º 0.75% 0.93% -
XYZ 38.06 21.8 8.68 -
YUV 114.23 105.3 216.28 -
System Red Green Blue C M Y K H S L
Decimal 238 59 74 0 0.75 0.69 0.07 354.97 0.84 0.58
Hex EE 3B 4A 0 4B 45 7 163 54 3A
Octal 356 73 112 0 113 105 7 543 124 72
Binary 11101110 111011 1001010 0 1001011 1000101 111 101100011 1010100 111010

Color Harmonies of #EE3B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3B4A

Black with #EE3B4A

Text Example


Text Example

White with #EE3B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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