Html Css Color HEX #EB4251 Amaranth

📋 copy color: '#EB4251'

red 235 ◦ green 66 ◦ blue 81

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

Shades of Amaranth #EB4251

Tints of Amaranth #EB4251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.2%

R = 61.52%
G = 17.28%
B = 21.2%

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

#EB4251 (or 0xEB4251) is known color: Amaranth. HEX triplet: EB, 42 and 51. RGB value is (235,66,81). Sum of RGB (Red+Green+Blue) = 235+66+81=382 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.52% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 81 (32.03% from 255 or 21.20% from 382); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4251 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4251 is #14BDAE. Grayscale: #767676. Windows color (decimal): -1359279 or 5325547. OLE color: 5325547.

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

Color convert

RGB 235 66 81 -
CMYK 0 0.72 0.66 0.08
HSL 354.67º 0.81% 0.59% -
HSV(B) 354.67º 0.72% 0.92% -
XYZ 37.69 22.15 10.07 -
YUV 118.24 106.99 211.28 -
System Red Green Blue C M Y K H S L
Decimal 235 66 81 0 0.72 0.66 0.08 354.67 0.81 0.59
Hex EB 42 51 0 48 42 8 163 51 3B
Octal 353 102 121 0 110 102 10 543 121 73
Binary 11101011 1000010 1010001 0 1001000 1000010 1000 101100011 1010001 111011

Color Harmonies of #EB4251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4251

Black with #EB4251

Text Example


Text Example

White with #EB4251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4251; }

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

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

background-color css

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

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

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

border-color css

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

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

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