Html Css Color HEX #EB304D Amaranth

📋 copy color: '#EB304D'

red 235 ◦ green 48 ◦ blue 77

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

Shades of Amaranth #EB304D

Tints of Amaranth #EB304D

RGB

 RED value IS 235 (92.19% from 255) = 65.28%

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

 BLUE value IS 77 (30.47% from 255) = 21.39%

R = 65.28%
G = 13.33%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EB304D (or 0xEB304D) is known color: Amaranth. HEX triplet: EB, 30 and 4D. RGB value is (235,48,77). Sum of RGB (Red+Green+Blue) = 235+48+77=360 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.28% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 235 - color contains mainly: red. Hex color #EB304D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB304D is #14CFB2. Grayscale: #6B6B6B. Windows color (decimal): -1363891 or 5058795. OLE color: 5058795.

HSL color Cylindrical-coordinate representation of color #EB304D: hue angle of 350.7º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EB304D is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 48 77 -
CMYK 0 0.80 0.67 0.08
HSL 350.7º 0.82% 0.55% -
HSV(B) 350.7º 0.8% 0.92% -
XYZ 36.66 20.31 9.01 -
YUV 107.22 110.95 219.14 -
System Red Green Blue C M Y K H S L
Decimal 235 48 77 0 0.80 0.67 0.08 350.7 0.82 0.55
Hex EB 30 4D 0 50 43 8 15F 52 37
Octal 353 60 115 0 120 103 10 537 122 67
Binary 11101011 110000 1001101 0 1010000 1000011 1000 101011111 1010010 110111

Color Harmonies of #EB304D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB304D

Black with #EB304D

Text Example


Text Example

White with #EB304D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB304D; }

 p { color: rgb(235,48,77); }

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

background-color css

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

 a { background-color: rgb(235,48,77); }

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

border-color css

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

 span { border-color: rgb(235,48,77); }

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