Html Css Color HEX #EB304E Amaranth

📋 copy color: '#EB304E'

red 235 ◦ green 48 ◦ blue 78

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

Shades of Amaranth #EB304E

Tints of Amaranth #EB304E

RGB

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

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

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

R = 65.1%
G = 13.3%
B = 21.61%

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

#EB304E (or 0xEB304E) is known color: Amaranth. HEX triplet: EB, 30 and 4E. RGB value is (235,48,78). Sum of RGB (Red+Green+Blue) = 235+48+78=361 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.10% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 235 - color contains mainly: red. Hex color #EB304E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB304E is #14CFB1. Grayscale: #6B6B6B. Windows color (decimal): -1363890 or 5124331. OLE color: 5124331.

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

Color convert

RGB 235 48 78 -
CMYK 0 0.80 0.67 0.08
HSL 350.37º 0.82% 0.55% -
HSV(B) 350.37º 0.8% 0.92% -
XYZ 36.69 20.33 9.2 -
YUV 107.33 111.45 219.06 -
System Red Green Blue C M Y K H S L
Decimal 235 48 78 0 0.80 0.67 0.08 350.37 0.82 0.55
Hex EB 30 4E 0 50 43 8 15E 52 37
Octal 353 60 116 0 120 103 10 536 122 67
Binary 11101011 110000 1001110 0 1010000 1000011 1000 101011110 1010010 110111

Color Harmonies of #EB304E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB304E

Black with #EB304E

Text Example


Text Example

White with #EB304E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB304E; }

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

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

background-color css

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

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

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

border-color css

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

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

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