Html Css Color HEX #ED255F Amaranth

📋 copy color: '#ED255F'

red 237 ◦ green 37 ◦ blue 95

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

Shades of Amaranth #ED255F

Tints of Amaranth #ED255F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.03%

 BLUE value IS 95 (37.5% from 255) = 25.75%

R = 64.23%
G = 10.03%
B = 25.75%

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

#ED255F (or 0xED255F) is known color: Amaranth. HEX triplet: ED, 25 and 5F. RGB value is (237,37,95). Sum of RGB (Red+Green+Blue) = 237+37+95=369 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.23% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 237 - color contains mainly: red. Hex color #ED255F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED255F is #12DAA0. Grayscale: #676767. Windows color (decimal): -1235617 or 6235629. OLE color: 6235629.

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

Color convert

RGB 237 37 95 -
CMYK 0 0.84 0.60 0.07
HSL 342.6º 0.85% 0.54% -
HSV(B) 342.6º 0.84% 0.93% -
XYZ 37.65 20.15 12.73 -
YUV 103.41 123.26 223.28 -
System Red Green Blue C M Y K H S L
Decimal 237 37 95 0 0.84 0.60 0.07 342.6 0.85 0.54
Hex ED 25 5F 0 54 3C 7 157 55 36
Octal 355 45 137 0 124 74 7 527 125 66
Binary 11101101 100101 1011111 0 1010100 111100 111 101010111 1010101 110110

Color Harmonies of #ED255F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED255F

Black with #ED255F

Text Example


Text Example

White with #ED255F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED255F; }

 p { color: rgb(237,37,95); }

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

background-color css

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

 a { background-color: rgb(237,37,95); }

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

border-color css

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

 span { border-color: rgb(237,37,95); }

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