Html Css Color HEX #ED235B Amaranth

📋 copy color: '#ED235B'

red 237 ◦ green 35 ◦ blue 91

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

Shades of Amaranth #ED235B

Tints of Amaranth #ED235B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.07%

R = 65.29%
G = 9.64%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED235B (or 0xED235B) is known color: Amaranth. HEX triplet: ED, 23 and 5B. RGB value is (237,35,91). Sum of RGB (Red+Green+Blue) = 237+35+91=363 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.29% from 363); Green value is 35 (14.06% from 255 or 9.64% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 237 - color contains mainly: red. Hex color #ED235B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED235B is #12DCA4. Grayscale: #656565. Windows color (decimal): -1236133 or 5972973. OLE color: 5972973.

HSL color Cylindrical-coordinate representation of color #ED235B: hue angle of 343.37º 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 #ED235B is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 35 91 -
CMYK 0 0.85 0.62 0.07
HSL 343.37º 0.85% 0.53% -
HSV(B) 343.37º 0.85% 0.93% -
XYZ 37.41 19.96 11.78 -
YUV 101.78 121.92 224.45 -
System Red Green Blue C M Y K H S L
Decimal 237 35 91 0 0.85 0.62 0.07 343.37 0.85 0.53
Hex ED 23 5B 0 55 3E 7 157 55 35
Octal 355 43 133 0 125 76 7 527 125 65
Binary 11101101 100011 1011011 0 1010101 111110 111 101010111 1010101 110101

Color Harmonies of #ED235B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED235B

Black with #ED235B

Text Example


Text Example

White with #ED235B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED235B; }

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

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

background-color css

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

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

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

border-color css

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

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

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