Html Css Color HEX #ED235A Amaranth

📋 copy color: '#ED235A'

red 237 ◦ green 35 ◦ blue 90

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

Shades of Amaranth #ED235A

Tints of Amaranth #ED235A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.67%

 BLUE value IS 90 (35.55% from 255) = 24.86%

R = 65.47%
G = 9.67%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED235A (or 0xED235A) is known color: Amaranth. HEX triplet: ED, 23 and 5A. RGB value is (237,35,90). Sum of RGB (Red+Green+Blue) = 237+35+90=362 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.47% from 362); Green value is 35 (14.06% from 255 or 9.67% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 237 - color contains mainly: red. Hex color #ED235A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED235A is #12DCA5. Grayscale: #656565. Windows color (decimal): -1236134 or 5907437. OLE color: 5907437.

HSL color Cylindrical-coordinate representation of color #ED235A: hue angle of 343.66º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED235A is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 35 90 -
CMYK 0 0.85 0.62 0.07
HSL 343.66º 0.85% 0.53% -
HSV(B) 343.66º 0.85% 0.93% -
XYZ 37.37 19.94 11.55 -
YUV 101.67 121.42 224.53 -
System Red Green Blue C M Y K H S L
Decimal 237 35 90 0 0.85 0.62 0.07 343.66 0.85 0.53
Hex ED 23 5A 0 55 3E 7 158 55 35
Octal 355 43 132 0 125 76 7 530 125 65
Binary 11101101 100011 1011010 0 1010101 111110 111 101011000 1010101 110101

Color Harmonies of #ED235A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED235A

Black with #ED235A

Text Example


Text Example

White with #ED235A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED235A; }

 p { color: rgb(237,35,90); }

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

background-color css

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

 a { background-color: rgb(237,35,90); }

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

border-color css

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

 span { border-color: rgb(237,35,90); }

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