Html Css Color HEX #ED275B Amaranth

📋 copy color: '#ED275B'

red 237 ◦ green 39 ◦ blue 91

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

Shades of Amaranth #ED275B

Tints of Amaranth #ED275B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.63%

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

R = 64.58%
G = 10.63%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED275B (or 0xED275B) is known color: Amaranth. HEX triplet: ED, 27 and 5B. RGB value is (237,39,91). Sum of RGB (Red+Green+Blue) = 237+39+91=367 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.58% from 367); Green value is 39 (15.62% from 255 or 10.63% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 237 - color contains mainly: red. Hex color #ED275B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED275B is #12D8A4. Grayscale: #686868. Windows color (decimal): -1235109 or 5973997. OLE color: 5973997.

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

Color convert

RGB 237 39 91 -
CMYK 0 0.84 0.62 0.07
HSL 344.24º 0.85% 0.54% -
HSV(B) 344.24º 0.84% 0.93% -
XYZ 37.54 20.21 11.82 -
YUV 104.13 120.6 222.77 -
System Red Green Blue C M Y K H S L
Decimal 237 39 91 0 0.84 0.62 0.07 344.24 0.85 0.54
Hex ED 27 5B 0 54 3E 7 158 55 36
Octal 355 47 133 0 124 76 7 530 125 66
Binary 11101101 100111 1011011 0 1010100 111110 111 101011000 1010101 110110

Color Harmonies of #ED275B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED275B

Black with #ED275B

Text Example


Text Example

White with #ED275B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED275B; }

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

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

background-color css

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

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

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

border-color css

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

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

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