Html Css Color HEX #ED235D Amaranth

📋 copy color: '#ED235D'

red 237 ◦ green 35 ◦ blue 93

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

Shades of Amaranth #ED235D

Tints of Amaranth #ED235D

RGB

 RED value IS 237 (92.97% from 255) = 64.93%

 GREEN value IS 35 (14.06% from 255) = 9.59%

 BLUE value IS 93 (36.72% from 255) = 25.48%

R = 64.93%
G = 9.59%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED235D (or 0xED235D) is known color: Amaranth. HEX triplet: ED, 23 and 5D. RGB value is (237,35,93). Sum of RGB (Red+Green+Blue) = 237+35+93=365 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.93% from 365); Green value is 35 (14.06% from 255 or 9.59% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 237 - color contains mainly: red. Hex color #ED235D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED235D is #12DCA2. Grayscale: #656565. Windows color (decimal): -1236131 or 6104045. OLE color: 6104045.

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

Color convert

RGB 237 35 93 -
CMYK 0 0.85 0.61 0.07
HSL 342.77º 0.85% 0.53% -
HSV(B) 342.77º 0.85% 0.93% -
XYZ 37.5 20 12.24 -
YUV 102.01 122.92 224.28 -
System Red Green Blue C M Y K H S L
Decimal 237 35 93 0 0.85 0.61 0.07 342.77 0.85 0.53
Hex ED 23 5D 0 55 3D 7 157 55 35
Octal 355 43 135 0 125 75 7 527 125 65
Binary 11101101 100011 1011101 0 1010101 111101 111 101010111 1010101 110101

Color Harmonies of #ED235D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED235D

Black with #ED235D

Text Example


Text Example

White with #ED235D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED235D; }

 p { color: rgb(237,35,93); }

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

background-color css

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

 a { background-color: rgb(237,35,93); }

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

border-color css

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

 span { border-color: rgb(237,35,93); }

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