Html Css Color HEX #EB2045 Amaranth

📋 copy color: '#EB2045'

red 235 ◦ green 32 ◦ blue 69

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

Shades of Amaranth #EB2045

Tints of Amaranth #EB2045

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.52%

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

R = 69.94%
G = 9.52%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EB2045 (or 0xEB2045) is known color: Amaranth. HEX triplet: EB, 20 and 45. RGB value is (235,32,69). Sum of RGB (Red+Green+Blue) = 235+32+69=336 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.94% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2045 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2045 is #14DFBA. Grayscale: #606060. Windows color (decimal): -1367995 or 4530411. OLE color: 4530411.

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

Color convert

RGB 235 32 69 -
CMYK 0 0.86 0.71 0.08
HSL 349.06º 0.84% 0.52% -
HSV(B) 349.06º 0.86% 0.92% -
XYZ 35.85 19.12 7.43 -
YUV 96.92 112.25 226.49 -
System Red Green Blue C M Y K H S L
Decimal 235 32 69 0 0.86 0.71 0.08 349.06 0.84 0.52
Hex EB 20 45 0 56 47 8 15D 54 34
Octal 353 40 105 0 126 107 10 535 124 64
Binary 11101011 100000 1000101 0 1010110 1000111 1000 101011101 1010100 110100

Color Harmonies of #EB2045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2045

Black with #EB2045

Text Example


Text Example

White with #EB2045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2045; }

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

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

background-color css

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

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

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

border-color css

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

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

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