Html Css Color HEX #ED264E Amaranth

📋 copy color: '#ED264E'

red 237 ◦ green 38 ◦ blue 78

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

Shades of Amaranth #ED264E

Tints of Amaranth #ED264E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.1%

R = 67.14%
G = 10.76%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ED264E (or 0xED264E) is known color: Amaranth. HEX triplet: ED, 26 and 4E. RGB value is (237,38,78). Sum of RGB (Red+Green+Blue) = 237+38+78=353 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.14% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 237 - color contains mainly: red. Hex color #ED264E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED264E is #12D9B1. Grayscale: #666666. Windows color (decimal): -1235378 or 5121773. OLE color: 5121773.

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

Color convert

RGB 237 38 78 -
CMYK 0 0.84 0.67 0.07
HSL 347.94º 0.85% 0.54% -
HSV(B) 347.94º 0.84% 0.93% -
XYZ 36.99 19.94 9.11 -
YUV 102.06 114.43 224.25 -
System Red Green Blue C M Y K H S L
Decimal 237 38 78 0 0.84 0.67 0.07 347.94 0.85 0.54
Hex ED 26 4E 0 54 43 7 15C 55 36
Octal 355 46 116 0 124 103 7 534 125 66
Binary 11101101 100110 1001110 0 1010100 1000011 111 101011100 1010101 110110

Color Harmonies of #ED264E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED264E

Black with #ED264E

Text Example


Text Example

White with #ED264E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED264E; }

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

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

background-color css

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

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

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

border-color css

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

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

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