Html Css Color HEX #ED264C Amaranth

📋 copy color: '#ED264C'

red 237 ◦ green 38 ◦ blue 76

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

Shades of Amaranth #ED264C

Tints of Amaranth #ED264C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.65%

R = 67.52%
G = 10.83%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED264C (or 0xED264C) is known color: Amaranth. HEX triplet: ED, 26 and 4C. RGB value is (237,38,76). Sum of RGB (Red+Green+Blue) = 237+38+76=351 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.52% from 351); Green value is 38 (15.23% from 255 or 10.83% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 237 - color contains mainly: red. Hex color #ED264C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED264C is #12D9B3. Grayscale: #656565. Windows color (decimal): -1235380 or 4990701. OLE color: 4990701.

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

Color convert

RGB 237 38 76 -
CMYK 0 0.84 0.68 0.07
HSL 348.54º 0.85% 0.54% -
HSV(B) 348.54º 0.84% 0.93% -
XYZ 36.92 19.91 8.73 -
YUV 101.83 113.43 224.41 -
System Red Green Blue C M Y K H S L
Decimal 237 38 76 0 0.84 0.68 0.07 348.54 0.85 0.54
Hex ED 26 4C 0 54 44 7 15D 55 36
Octal 355 46 114 0 124 104 7 535 125 66
Binary 11101101 100110 1001100 0 1010100 1000100 111 101011101 1010101 110110

Color Harmonies of #ED264C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED264C

Black with #ED264C

Text Example


Text Example

White with #ED264C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED264C; }

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

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

background-color css

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

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

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

border-color css

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

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

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