#ED335C

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

Shades of Amaranth #ED335C

Tints of Amaranth #ED335C

Color information

#ED335C (or 0xED335C) is unknown color: approx Amaranth. HEX triplet: ED, 33 and 5C. RGB value is (237,51,92). Sum of RGB (Red+Green+Blue) = 237+51+92=380 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.37% from 380); Green value is 51 (20.31% from 255 or 13.42% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 237 - color contains mainly: red. Hex color #ED335C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED335C is #12CCA3. Grayscale: #6F6F6F. Windows color (decimal): -1232036 or 6042605. OLE color: 6042605.

HSL color Cylindrical-coordinate representation of color #ED335C: hue angle of 346.77º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED335C is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB2375192-
CMYK00.780.610.07
HSL346.77º83.78%56.47%-
HSV(B)346.77º78.48%92.94%-
XYZ38.0421.1412.2-
YUV111.29117.12217.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 62.37%
GREEN value IS 51 (20.31% from 255) = 13.42%
BLUE value IS 92 (36.33% from 255) = 24.21%
R=62.37%
G=13.42%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237519200.780.610.07346.7783.7856.47
HexED335C04E3D715b5438
Octal35563134011675753312470
Binary111011011100111011100010011101111011111010110111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED335C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED335C; }

 p { color: rgb(237,51,92); }

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

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

 a { background-color: rgb(237,51,92); }

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

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

 span { border-color: rgb(237,51,92); }

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