Html Css Color HEX #EB454C Amaranth

📋 copy color: '#EB454C'

red 235 ◦ green 69 ◦ blue 76

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

Shades of Amaranth #EB454C

Tints of Amaranth #EB454C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.16%

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

R = 61.84%
G = 18.16%
B = 20%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EB454C (or 0xEB454C) is known color: Amaranth. HEX triplet: EB, 45 and 4C. RGB value is (235,69,76). Sum of RGB (Red+Green+Blue) = 235+69+76=380 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.84% from 380); Green value is 69 (27.34% from 255 or 18.16% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 235 - color contains mainly: red. Hex color #EB454C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB454C is #14BAB3. Grayscale: #777777. Windows color (decimal): -1358516 or 4998635. OLE color: 4998635.

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

Color convert

RGB 235 69 76 -
CMYK 0 0.71 0.68 0.08
HSL 357.47º 0.81% 0.6% -
HSV(B) 357.47º 0.71% 0.92% -
XYZ 37.69 22.44 9.18 -
YUV 119.43 103.5 210.43 -
System Red Green Blue C M Y K H S L
Decimal 235 69 76 0 0.71 0.68 0.08 357.47 0.81 0.6
Hex EB 45 4C 0 47 44 8 165 51 3C
Octal 353 105 114 0 107 104 10 545 121 74
Binary 11101011 1000101 1001100 0 1000111 1000100 1000 101100101 1010001 111100

Color Harmonies of #EB454C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB454C

Black with #EB454C

Text Example


Text Example

White with #EB454C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB454C; }

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

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

background-color css

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

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

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

border-color css

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

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

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