#EB434D

Color #EB434D Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #EB434D

Tints of Amaranth #EB434D

Color information

#EB434D (or 0xEB434D) is unknown color: approx Amaranth. HEX triplet: EB, 43 and 4D. RGB value is (235,67,77). Sum of RGB (Red+Green+Blue) = 235+67+77=379 (50% of max value = 765). Red value is 235 (92.19% from 255 or 62.01% from 379); Green value is 67 (26.56% from 255 or 17.68% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 235 - color contains mainly: red. Hex color #EB434D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB434D is #14BCB2. Grayscale: #767676. Windows color (decimal): -1359027 or 5063659. OLE color: 5063659.

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

Color convert

RGB2356777-
CMYK00.710.670.08
HSL356.43º80.77%59.22%-
HSV(B)356.43º71.49%92.16%-
XYZ37.6122.219.33-
YUV118.37104.66211.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 62.01%
GREEN value IS 67 (26.56% from 255) = 17.68%
BLUE value IS 77 (30.47% from 255) = 20.32%
R=62.01%
G=17.68%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235677700.710.670.08356.4380.7759.22
HexEB434D047438164513b
Octal35310311501071031054412173
Binary111010111000011100110101000111100001110001011001001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB434D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB434D; }

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

 H1.HeaderClassName
 {
   color: #EB434D;
 }
 .AnyTagClassName
 {
   color: #EB434D;
 }
</style>
background-color css

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

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

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

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

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

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