Html Css Color HEX #E5235A Amaranth

📋 copy color: '#E5235A'

red 229 ◦ green 35 ◦ blue 90

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

Shades of Amaranth #E5235A

Tints of Amaranth #E5235A

RGB

 RED value IS 229 (89.84% from 255) = 64.69%

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

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

R = 64.69%
G = 9.89%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E5235A (or 0xE5235A) is known color: Amaranth. HEX triplet: E5, 23 and 5A. RGB value is (229,35,90). Sum of RGB (Red+Green+Blue) = 229+35+90=354 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.69% from 354); Green value is 35 (14.06% from 255 or 9.89% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 229 - color contains mainly: red. Hex color #E5235A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5235A is #1ADCA5. Grayscale: #636363. Windows color (decimal): -1760422 or 5907429. OLE color: 5907429.

HSL color Cylindrical-coordinate representation of color #E5235A: hue angle of 342.99º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E5235A is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 35 90 -
CMYK 0 0.85 0.61 0.10
HSL 342.99º 0.79% 0.52% -
HSV(B) 342.99º 0.85% 0.9% -
XYZ 34.76 18.6 11.43 -
YUV 99.28 122.77 220.53 -
System Red Green Blue C M Y K H S L
Decimal 229 35 90 0 0.85 0.61 0.10 342.99 0.79 0.52
Hex E5 23 5A 0 55 3D A 157 4F 34
Octal 345 43 132 0 125 75 12 527 117 64
Binary 11100101 100011 1011010 0 1010101 111101 1010 101010111 1001111 110100

Color Harmonies of #E5235A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5235A

Black with #E5235A

Text Example


Text Example

White with #E5235A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5235A; }

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

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

background-color css

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

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

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

border-color css

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

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

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