Html Css Color HEX #ED254B Amaranth

📋 copy color: '#ED254B'

red 237 ◦ green 37 ◦ blue 75

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

Shades of Amaranth #ED254B

Tints of Amaranth #ED254B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.49%

R = 67.91%
G = 10.6%
B = 21.49%

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

#ED254B (or 0xED254B) is known color: Amaranth. HEX triplet: ED, 25 and 4B. RGB value is (237,37,75). Sum of RGB (Red+Green+Blue) = 237+37+75=349 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.91% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 237 - color contains mainly: red. Hex color #ED254B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED254B is #12DAB4. Grayscale: #656565. Windows color (decimal): -1235637 or 4924909. OLE color: 4924909.

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

Color convert

RGB 237 37 75 -
CMYK 0 0.84 0.68 0.07
HSL 348.6º 0.85% 0.54% -
HSV(B) 348.6º 0.84% 0.93% -
XYZ 36.86 19.84 8.54 -
YUV 101.13 113.26 224.91 -
System Red Green Blue C M Y K H S L
Decimal 237 37 75 0 0.84 0.68 0.07 348.6 0.85 0.54
Hex ED 25 4B 0 54 44 7 15D 55 36
Octal 355 45 113 0 124 104 7 535 125 66
Binary 11101101 100101 1001011 0 1010100 1000100 111 101011101 1010101 110110

Color Harmonies of #ED254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED254B

Black with #ED254B

Text Example


Text Example

White with #ED254B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED254B; }

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

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

background-color css

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

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

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

border-color css

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

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

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