Html Css Color HEX #EB424D Amaranth

📋 copy color: '#EB424D'

red 235 ◦ green 66 ◦ blue 77

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

Shades of Amaranth #EB424D

Tints of Amaranth #EB424D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.37%

R = 62.17%
G = 17.46%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EB424D (or 0xEB424D) is known color: Amaranth. HEX triplet: EB, 42 and 4D. RGB value is (235,66,77). Sum of RGB (Red+Green+Blue) = 235+66+77=378 (50% of max value = 765). Red value is 235 (92.19% from 255 or 62.17% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 235 - color contains mainly: red. Hex color #EB424D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB424D is #14BDB2. Grayscale: #757575. Windows color (decimal): -1359283 or 5063403. OLE color: 5063403.

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

Color convert

RGB 235 66 77 -
CMYK 0 0.72 0.67 0.08
HSL 356.09º 0.81% 0.59% -
HSV(B) 356.09º 0.72% 0.92% -
XYZ 37.55 22.09 9.31 -
YUV 117.79 104.99 211.61 -
System Red Green Blue C M Y K H S L
Decimal 235 66 77 0 0.72 0.67 0.08 356.09 0.81 0.59
Hex EB 42 4D 0 48 43 8 164 51 3B
Octal 353 102 115 0 110 103 10 544 121 73
Binary 11101011 1000010 1001101 0 1001000 1000011 1000 101100100 1010001 111011

Color Harmonies of #EB424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB424D

Black with #EB424D

Text Example


Text Example

White with #EB424D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB424D; }

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

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

background-color css

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

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

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

border-color css

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

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

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