Html Css Color HEX #EB2745 Amaranth

📋 copy color: '#EB2745'

red 235 ◦ green 39 ◦ blue 69

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

Shades of Amaranth #EB2745

Tints of Amaranth #EB2745

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.37%

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

R = 68.51%
G = 11.37%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EB2745 (or 0xEB2745) is known color: Amaranth. HEX triplet: EB, 27 and 45. RGB value is (235,39,69). Sum of RGB (Red+Green+Blue) = 235+39+69=343 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.51% from 343); Green value is 39 (15.62% from 255 or 11.37% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2745 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2745 is #14D8BA. Grayscale: #656565. Windows color (decimal): -1366203 or 4532203. OLE color: 4532203.

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

Color convert

RGB 235 39 69 -
CMYK 0 0.83 0.71 0.08
HSL 350.82º 0.83% 0.54% -
HSV(B) 350.82º 0.83% 0.92% -
XYZ 36.06 19.54 7.5 -
YUV 101.02 109.93 223.56 -
System Red Green Blue C M Y K H S L
Decimal 235 39 69 0 0.83 0.71 0.08 350.82 0.83 0.54
Hex EB 27 45 0 53 47 8 15F 53 36
Octal 353 47 105 0 123 107 10 537 123 66
Binary 11101011 100111 1000101 0 1010011 1000111 1000 101011111 1010011 110110

Color Harmonies of #EB2745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2745

Black with #EB2745

Text Example


Text Example

White with #EB2745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2745; }

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

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

background-color css

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

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

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

border-color css

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

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

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