Html Css Color HEX #EB2545 Amaranth

📋 copy color: '#EB2545'

red 235 ◦ green 37 ◦ blue 69

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

Shades of Amaranth #EB2545

Tints of Amaranth #EB2545

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.85%

 BLUE value IS 69 (27.34% from 255) = 20.23%

R = 68.91%
G = 10.85%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EB2545 (or 0xEB2545) is known color: Amaranth. HEX triplet: EB, 25 and 45. RGB value is (235,37,69). Sum of RGB (Red+Green+Blue) = 235+37+69=341 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.91% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2545 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2545 is #14DABA. Grayscale: #636363. Windows color (decimal): -1366715 or 4531691. OLE color: 4531691.

HSL color Cylindrical-coordinate representation of color #EB2545: hue angle of 350.3º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EB2545 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 37 69 -
CMYK 0 0.84 0.71 0.08
HSL 350.3º 0.83% 0.53% -
HSV(B) 350.3º 0.84% 0.92% -
XYZ 36 19.41 7.48 -
YUV 99.85 110.6 224.4 -
System Red Green Blue C M Y K H S L
Decimal 235 37 69 0 0.84 0.71 0.08 350.3 0.83 0.53
Hex EB 25 45 0 54 47 8 15E 53 35
Octal 353 45 105 0 124 107 10 536 123 65
Binary 11101011 100101 1000101 0 1010100 1000111 1000 101011110 1010011 110101

Color Harmonies of #EB2545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2545

Black with #EB2545

Text Example


Text Example

White with #EB2545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2545; }

 p { color: rgb(235,37,69); }

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

background-color css

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

 a { background-color: rgb(235,37,69); }

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

border-color css

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

 span { border-color: rgb(235,37,69); }

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