Html Css Color HEX #EB224C Amaranth

📋 copy color: '#EB224C'

red 235 ◦ green 34 ◦ blue 76

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

Shades of Amaranth #EB224C

Tints of Amaranth #EB224C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.86%

 BLUE value IS 76 (30.08% from 255) = 22.03%

R = 68.12%
G = 9.86%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EB224C (or 0xEB224C) is known color: Amaranth. HEX triplet: EB, 22 and 4C. RGB value is (235,34,76). Sum of RGB (Red+Green+Blue) = 235+34+76=345 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.12% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 235 - color contains mainly: red. Hex color #EB224C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB224C is #14DDB3. Grayscale: #626262. Windows color (decimal): -1367476 or 4989675. OLE color: 4989675.

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

Color convert

RGB 235 34 76 -
CMYK 0 0.86 0.68 0.08
HSL 347.46º 0.83% 0.53% -
HSV(B) 347.46º 0.86% 0.92% -
XYZ 36.14 19.33 8.66 -
YUV 98.89 115.09 225.08 -
System Red Green Blue C M Y K H S L
Decimal 235 34 76 0 0.86 0.68 0.08 347.46 0.83 0.53
Hex EB 22 4C 0 56 44 8 15B 53 35
Octal 353 42 114 0 126 104 10 533 123 65
Binary 11101011 100010 1001100 0 1010110 1000100 1000 101011011 1010011 110101

Color Harmonies of #EB224C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB224C

Black with #EB224C

Text Example


Text Example

White with #EB224C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB224C; }

 p { color: rgb(235,34,76); }

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

background-color css

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

 a { background-color: rgb(235,34,76); }

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

border-color css

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

 span { border-color: rgb(235,34,76); }

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