Html Css Color HEX #EB2A4D Amaranth

📋 copy color: '#EB2A4D'

red 235 ◦ green 42 ◦ blue 77

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

Shades of Amaranth #EB2A4D

Tints of Amaranth #EB2A4D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.86%

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

R = 66.38%
G = 11.86%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EB2A4D (or 0xEB2A4D) is known color: Amaranth. HEX triplet: EB, 2A and 4D. RGB value is (235,42,77). Sum of RGB (Red+Green+Blue) = 235+42+77=354 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.38% from 354); Green value is 42 (16.80% from 255 or 11.86% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2A4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2A4D is #14D5B2. Grayscale: #676767. Windows color (decimal): -1365427 or 5057259. OLE color: 5057259.

HSL color Cylindrical-coordinate representation of color #EB2A4D: hue angle of 349.12º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EB2A4D is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 42 77 -
CMYK 0 0.82 0.67 0.08
HSL 349.12º 0.83% 0.54% -
HSV(B) 349.12º 0.82% 0.92% -
XYZ 36.43 19.85 8.93 -
YUV 103.7 112.94 221.65 -
System Red Green Blue C M Y K H S L
Decimal 235 42 77 0 0.82 0.67 0.08 349.12 0.83 0.54
Hex EB 2A 4D 0 52 43 8 15D 53 36
Octal 353 52 115 0 122 103 10 535 123 66
Binary 11101011 101010 1001101 0 1010010 1000011 1000 101011101 1010011 110110

Color Harmonies of #EB2A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2A4D

Black with #EB2A4D

Text Example


Text Example

White with #EB2A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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