Html Css Color HEX #EE304E Amaranth

📋 copy color: '#EE304E'

red 238 ◦ green 48 ◦ blue 78

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

Shades of Amaranth #EE304E

Tints of Amaranth #EE304E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.43%

R = 65.38%
G = 13.19%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EE304E (or 0xEE304E) is known color: Amaranth. HEX triplet: EE, 30 and 4E. RGB value is (238,48,78). Sum of RGB (Red+Green+Blue) = 238+48+78=364 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.38% from 364); Green value is 48 (19.14% from 255 or 13.19% from 364); Blue value is 78 (30.86% from 255 or 21.43% from 364); Max value from RGB is 238 - color contains mainly: red. Hex color #EE304E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE304E is #11CFB1. Grayscale: #6C6C6C. Windows color (decimal): -1167282 or 5124334. OLE color: 5124334.

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

Color convert

RGB 238 48 78 -
CMYK 0 0.80 0.67 0.07
HSL 350.53º 0.85% 0.56% -
HSV(B) 350.53º 0.8% 0.93% -
XYZ 37.69 20.84 9.24 -
YUV 108.23 110.95 220.56 -
System Red Green Blue C M Y K H S L
Decimal 238 48 78 0 0.80 0.67 0.07 350.53 0.85 0.56
Hex EE 30 4E 0 50 43 7 15F 55 38
Octal 356 60 116 0 120 103 7 537 125 70
Binary 11101110 110000 1001110 0 1010000 1000011 111 101011111 1010101 111000

Color Harmonies of #EE304E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE304E

Black with #EE304E

Text Example


Text Example

White with #EE304E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE304E; }

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

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

background-color css

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

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

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

border-color css

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

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

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