Html Css Color HEX #ED275E Amaranth

📋 copy color: '#ED275E'

red 237 ◦ green 39 ◦ blue 94

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

Shades of Amaranth #ED275E

Tints of Amaranth #ED275E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.41%

R = 64.05%
G = 10.54%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED275E (or 0xED275E) is known color: Amaranth. HEX triplet: ED, 27 and 5E. RGB value is (237,39,94). Sum of RGB (Red+Green+Blue) = 237+39+94=370 (49% of max value = 765). Red value is 237 (92.97% from 255 or 64.05% from 370); Green value is 39 (15.62% from 255 or 10.54% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 237 - color contains mainly: red. Hex color #ED275E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED275E is #12D8A1. Grayscale: #686868. Windows color (decimal): -1235106 or 6170605. OLE color: 6170605.

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

Color convert

RGB 237 39 94 -
CMYK 0 0.84 0.60 0.07
HSL 343.33º 0.85% 0.54% -
HSV(B) 343.33º 0.84% 0.93% -
XYZ 37.67 20.26 12.52 -
YUV 104.47 122.1 222.53 -
System Red Green Blue C M Y K H S L
Decimal 237 39 94 0 0.84 0.60 0.07 343.33 0.85 0.54
Hex ED 27 5E 0 54 3C 7 157 55 36
Octal 355 47 136 0 124 74 7 527 125 66
Binary 11101101 100111 1011110 0 1010100 111100 111 101010111 1010101 110110

Color Harmonies of #ED275E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED275E

Black with #ED275E

Text Example


Text Example

White with #ED275E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED275E; }

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

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

background-color css

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

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

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

border-color css

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

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

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