Html Css Color HEX #ED245B Amaranth

📋 copy color: '#ED245B'

red 237 ◦ green 36 ◦ blue 91

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

Shades of Amaranth #ED245B

Tints of Amaranth #ED245B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.89%

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

R = 65.11%
G = 9.89%
B = 25%

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

#ED245B (or 0xED245B) is known color: Amaranth. HEX triplet: ED, 24 and 5B. RGB value is (237,36,91). Sum of RGB (Red+Green+Blue) = 237+36+91=364 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.11% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 237 - color contains mainly: red. Hex color #ED245B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED245B is #12DBA4. Grayscale: #666666. Windows color (decimal): -1235877 or 5973229. OLE color: 5973229.

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

Color convert

RGB 237 36 91 -
CMYK 0 0.85 0.62 0.07
HSL 343.58º 0.85% 0.54% -
HSV(B) 343.58º 0.85% 0.93% -
XYZ 37.44 20.02 11.79 -
YUV 102.37 121.59 224.03 -
System Red Green Blue C M Y K H S L
Decimal 237 36 91 0 0.85 0.62 0.07 343.58 0.85 0.54
Hex ED 24 5B 0 55 3E 7 158 55 36
Octal 355 44 133 0 125 76 7 530 125 66
Binary 11101101 100100 1011011 0 1010101 111110 111 101011000 1010101 110110

Color Harmonies of #ED245B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED245B

Black with #ED245B

Text Example


Text Example

White with #ED245B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED245B; }

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

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

background-color css

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

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

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

border-color css

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

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

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