Html Css Color HEX #EE3C4B Amaranth

📋 copy color: '#EE3C4B'

red 238 ◦ green 60 ◦ blue 75

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

Shades of Amaranth #EE3C4B

Tints of Amaranth #EE3C4B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.09%

 BLUE value IS 75 (29.69% from 255) = 20.11%

R = 63.81%
G = 16.09%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EE3C4B (or 0xEE3C4B) is known color: Amaranth. HEX triplet: EE, 3C and 4B. RGB value is (238,60,75). Sum of RGB (Red+Green+Blue) = 238+60+75=373 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.81% from 373); Green value is 60 (23.83% from 255 or 16.09% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3C4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3C4B is #11C3B4. Grayscale: #737373. Windows color (decimal): -1164213 or 4930798. OLE color: 4930798.

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

Color convert

RGB 238 60 75 -
CMYK 0 0.75 0.68 0.07
HSL 354.94º 0.84% 0.58% -
HSV(B) 354.94º 0.75% 0.93% -
XYZ 38.15 21.92 8.88 -
YUV 114.93 105.47 215.78 -
System Red Green Blue C M Y K H S L
Decimal 238 60 75 0 0.75 0.68 0.07 354.94 0.84 0.58
Hex EE 3C 4B 0 4B 44 7 163 54 3A
Octal 356 74 113 0 113 104 7 543 124 72
Binary 11101110 111100 1001011 0 1001011 1000100 111 101100011 1010100 111010

Color Harmonies of #EE3C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3C4B

Black with #EE3C4B

Text Example


Text Example

White with #EE3C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3C4B; }

 p { color: rgb(238,60,75); }

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

background-color css

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

 a { background-color: rgb(238,60,75); }

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

border-color css

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

 span { border-color: rgb(238,60,75); }

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