Html Css Color HEX #EB4250 Amaranth

📋 copy color: '#EB4250'

red 235 ◦ green 66 ◦ blue 80

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

Shades of Amaranth #EB4250

Tints of Amaranth #EB4250

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.32%

 BLUE value IS 80 (31.64% from 255) = 21%

R = 61.68%
G = 17.32%
B = 21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EB4250 (or 0xEB4250) is known color: Amaranth. HEX triplet: EB, 42 and 50. RGB value is (235,66,80). Sum of RGB (Red+Green+Blue) = 235+66+80=381 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.68% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4250 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4250 is #14BDAF. Grayscale: #767676. Windows color (decimal): -1359280 or 5260011. OLE color: 5260011.

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

Color convert

RGB 235 66 80 -
CMYK 0 0.72 0.66 0.08
HSL 355.03º 0.81% 0.59% -
HSV(B) 355.03º 0.72% 0.92% -
XYZ 37.66 22.14 9.88 -
YUV 118.13 106.49 211.36 -
System Red Green Blue C M Y K H S L
Decimal 235 66 80 0 0.72 0.66 0.08 355.03 0.81 0.59
Hex EB 42 50 0 48 42 8 163 51 3B
Octal 353 102 120 0 110 102 10 543 121 73
Binary 11101011 1000010 1010000 0 1001000 1000010 1000 101100011 1010001 111011

Color Harmonies of #EB4250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4250

Black with #EB4250

Text Example


Text Example

White with #EB4250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4250; }

 p { color: rgb(235,66,80); }

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

background-color css

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

 a { background-color: rgb(235,66,80); }

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

border-color css

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

 span { border-color: rgb(235,66,80); }

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