Html Css Color HEX #EE3348 Amaranth

📋 copy color: '#EE3348'

red 238 ◦ green 51 ◦ blue 72

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

Shades of Amaranth #EE3348

Tints of Amaranth #EE3348

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.13%

 BLUE value IS 72 (28.52% from 255) = 19.94%

R = 65.93%
G = 14.13%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EE3348 (or 0xEE3348) is known color: Amaranth. HEX triplet: EE, 33 and 48. RGB value is (238,51,72). Sum of RGB (Red+Green+Blue) = 238+51+72=361 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.93% from 361); Green value is 51 (20.31% from 255 or 14.13% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3348 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3348 is #11CCB7. Grayscale: #6D6D6D. Windows color (decimal): -1166520 or 4731886. OLE color: 4731886.

HSL color Cylindrical-coordinate representation of color #EE3348: hue angle of 353.26º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE3348 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 51 72 -
CMYK 0 0.79 0.70 0.07
HSL 353.26º 0.85% 0.57% -
HSV(B) 353.26º 0.79% 0.93% -
XYZ 37.61 21.01 8.2 -
YUV 109.31 106.95 219.79 -
System Red Green Blue C M Y K H S L
Decimal 238 51 72 0 0.79 0.70 0.07 353.26 0.85 0.57
Hex EE 33 48 0 4F 46 7 161 55 39
Octal 356 63 110 0 117 106 7 541 125 71
Binary 11101110 110011 1001000 0 1001111 1000110 111 101100001 1010101 111001

Color Harmonies of #EE3348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3348

Black with #EE3348

Text Example


Text Example

White with #EE3348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3348; }

 p { color: rgb(238,51,72); }

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

background-color css

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

 a { background-color: rgb(238,51,72); }

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

border-color css

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

 span { border-color: rgb(238,51,72); }

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