Html Css Color HEX #EE305D Amaranth

📋 copy color: '#EE305D'

red 238 ◦ green 48 ◦ blue 93

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

Shades of Amaranth #EE305D

Tints of Amaranth #EE305D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.66%

 BLUE value IS 93 (36.72% from 255) = 24.54%

R = 62.8%
G = 12.66%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EE305D (or 0xEE305D) is known color: Amaranth. HEX triplet: EE, 30 and 5D. RGB value is (238,48,93). Sum of RGB (Red+Green+Blue) = 238+48+93=379 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.80% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 238 - color contains mainly: red. Hex color #EE305D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE305D is #11CFA2. Grayscale: #6D6D6D. Windows color (decimal): -1167267 or 6107374. OLE color: 6107374.

HSL color Cylindrical-coordinate representation of color #EE305D: hue angle of 345.79º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE305D is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 48 93 -
CMYK 0 0.80 0.61 0.07
HSL 345.79º 0.85% 0.56% -
HSV(B) 345.79º 0.8% 0.93% -
XYZ 38.29 21.08 12.41 -
YUV 109.94 118.45 219.34 -
System Red Green Blue C M Y K H S L
Decimal 238 48 93 0 0.80 0.61 0.07 345.79 0.85 0.56
Hex EE 30 5D 0 50 3D 7 15A 55 38
Octal 356 60 135 0 120 75 7 532 125 70
Binary 11101110 110000 1011101 0 1010000 111101 111 101011010 1010101 111000

Color Harmonies of #EE305D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE305D

Black with #EE305D

Text Example


Text Example

White with #EE305D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE305D; }

 p { color: rgb(238,48,93); }

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

background-color css

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

 a { background-color: rgb(238,48,93); }

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

border-color css

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

 span { border-color: rgb(238,48,93); }

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