Html Css Color HEX #EB4145 Amaranth

📋 copy color: '#EB4145'

red 235 ◦ green 65 ◦ blue 69

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

Shades of Amaranth #EB4145

Tints of Amaranth #EB4145

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.62%

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

R = 63.69%
G = 17.62%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EB4145 (or 0xEB4145) is known color: Amaranth. HEX triplet: EB, 41 and 45. RGB value is (235,65,69). Sum of RGB (Red+Green+Blue) = 235+65+69=369 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.69% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 69 (27.34% from 255 or 18.70% from 369); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4145 is #14BEBA. Grayscale: #747474. Windows color (decimal): -1359547 or 4538859. OLE color: 4538859.

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

Color convert

RGB 235 65 69 -
CMYK 0 0.72 0.71 0.08
HSL 358.59º 0.81% 0.59% -
HSV(B) 358.59º 0.72% 0.92% -
XYZ 37.23 21.87 7.89 -
YUV 116.29 101.32 212.67 -
System Red Green Blue C M Y K H S L
Decimal 235 65 69 0 0.72 0.71 0.08 358.59 0.81 0.59
Hex EB 41 45 0 48 47 8 167 51 3B
Octal 353 101 105 0 110 107 10 547 121 73
Binary 11101011 1000001 1000101 0 1001000 1000111 1000 101100111 1010001 111011

Color Harmonies of #EB4145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4145

Black with #EB4145

Text Example


Text Example

White with #EB4145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4145; }

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

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

background-color css

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

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

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

border-color css

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

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

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