Html Css Color HEX #ED265B Amaranth

📋 copy color: '#ED265B'

red 237 ◦ green 38 ◦ blue 91

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

Shades of Amaranth #ED265B

Tints of Amaranth #ED265B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.38%

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

R = 64.75%
G = 10.38%
B = 24.86%

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

#ED265B (or 0xED265B) is known color: Amaranth. HEX triplet: ED, 26 and 5B. RGB value is (237,38,91). Sum of RGB (Red+Green+Blue) = 237+38+91=366 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.75% from 366); Green value is 38 (15.23% from 255 or 10.38% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 237 - color contains mainly: red. Hex color #ED265B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED265B is #12D9A4. Grayscale: #676767. Windows color (decimal): -1235365 or 5973741. OLE color: 5973741.

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

Color convert

RGB 237 38 91 -
CMYK 0 0.84 0.62 0.07
HSL 344.02º 0.85% 0.54% -
HSV(B) 344.02º 0.84% 0.93% -
XYZ 37.51 20.15 11.81 -
YUV 103.54 120.93 223.19 -
System Red Green Blue C M Y K H S L
Decimal 237 38 91 0 0.84 0.62 0.07 344.02 0.85 0.54
Hex ED 26 5B 0 54 3E 7 158 55 36
Octal 355 46 133 0 124 76 7 530 125 66
Binary 11101101 100110 1011011 0 1010100 111110 111 101011000 1010101 110110

Color Harmonies of #ED265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED265B

Black with #ED265B

Text Example


Text Example

White with #ED265B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED265B; }

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

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

background-color css

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

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

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

border-color css

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

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

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