Html Css Color HEX #EE335C Amaranth

📋 copy color: '#EE335C'

red 238 ◦ green 51 ◦ blue 92

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

Shades of Amaranth #EE335C

Tints of Amaranth #EE335C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.15%

R = 62.47%
G = 13.39%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EE335C (or 0xEE335C) is known color: Amaranth. HEX triplet: EE, 33 and 5C. RGB value is (238,51,92). Sum of RGB (Red+Green+Blue) = 238+51+92=381 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.47% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 238 - color contains mainly: red. Hex color #EE335C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE335C is #11CCA3. Grayscale: #6F6F6F. Windows color (decimal): -1166500 or 6042606. OLE color: 6042606.

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

Color convert

RGB 238 51 92 -
CMYK 0 0.79 0.61 0.07
HSL 346.84º 0.85% 0.57% -
HSV(B) 346.84º 0.79% 0.93% -
XYZ 38.38 21.32 12.22 -
YUV 111.59 116.95 218.17 -
System Red Green Blue C M Y K H S L
Decimal 238 51 92 0 0.79 0.61 0.07 346.84 0.85 0.57
Hex EE 33 5C 0 4F 3D 7 15B 55 39
Octal 356 63 134 0 117 75 7 533 125 71
Binary 11101110 110011 1011100 0 1001111 111101 111 101011011 1010101 111001

Color Harmonies of #EE335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE335C

Black with #EE335C

Text Example


Text Example

White with #EE335C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE335C; }

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

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

background-color css

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

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

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

border-color css

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

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

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