Html Css Color HEX #EB414D Amaranth

📋 copy color: '#EB414D'

red 235 ◦ green 65 ◦ blue 77

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

Shades of Amaranth #EB414D

Tints of Amaranth #EB414D

RGB

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

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

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

R = 62.33%
G = 17.24%
B = 20.42%

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

#EB414D (or 0xEB414D) is known color: Amaranth. HEX triplet: EB, 41 and 4D. RGB value is (235,65,77). Sum of RGB (Red+Green+Blue) = 235+65+77=377 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.33% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 235 - color contains mainly: red. Hex color #EB414D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB414D is #14BEB2. Grayscale: #757575. Windows color (decimal): -1359539 or 5063147. OLE color: 5063147.

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

Color convert

RGB 235 65 77 -
CMYK 0 0.72 0.67 0.08
HSL 355.76º 0.81% 0.59% -
HSV(B) 355.76º 0.72% 0.92% -
XYZ 37.49 21.98 9.29 -
YUV 117.2 105.32 212.02 -
System Red Green Blue C M Y K H S L
Decimal 235 65 77 0 0.72 0.67 0.08 355.76 0.81 0.59
Hex EB 41 4D 0 48 43 8 164 51 3B
Octal 353 101 115 0 110 103 10 544 121 73
Binary 11101011 1000001 1001101 0 1001000 1000011 1000 101100100 1010001 111011

Color Harmonies of #EB414D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB414D

Black with #EB414D

Text Example


Text Example

White with #EB414D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB414D; }

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

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

background-color css

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

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

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

border-color css

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

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

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