Html Css Color HEX #EE304B Amaranth

📋 copy color: '#EE304B'

red 238 ◦ green 48 ◦ blue 75

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

Shades of Amaranth #EE304B

Tints of Amaranth #EE304B

RGB

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

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

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

R = 65.93%
G = 13.3%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EE304B (or 0xEE304B) is known color: Amaranth. HEX triplet: EE, 30 and 4B. RGB value is (238,48,75). Sum of RGB (Red+Green+Blue) = 238+48+75=361 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.93% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 238 - color contains mainly: red. Hex color #EE304B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE304B is #11CFB4. Grayscale: #6B6B6B. Windows color (decimal): -1167285 or 4927726. OLE color: 4927726.

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

Color convert

RGB 238 48 75 -
CMYK 0 0.80 0.68 0.07
HSL 351.47º 0.85% 0.56% -
HSV(B) 351.47º 0.8% 0.93% -
XYZ 37.59 20.8 8.69 -
YUV 107.89 109.45 220.8 -
System Red Green Blue C M Y K H S L
Decimal 238 48 75 0 0.80 0.68 0.07 351.47 0.85 0.56
Hex EE 30 4B 0 50 44 7 15F 55 38
Octal 356 60 113 0 120 104 7 537 125 70
Binary 11101110 110000 1001011 0 1010000 1000100 111 101011111 1010101 111000

Color Harmonies of #EE304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE304B

Black with #EE304B

Text Example


Text Example

White with #EE304B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE304B; }

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

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

background-color css

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

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

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

border-color css

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

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

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