Html Css Color HEX #E5235B Amaranth

📋 copy color: '#E5235B'

red 229 ◦ green 35 ◦ blue 91

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

Shades of Amaranth #E5235B

Tints of Amaranth #E5235B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.63%

R = 64.51%
G = 9.86%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E5235B (or 0xE5235B) is known color: Amaranth. HEX triplet: E5, 23 and 5B. RGB value is (229,35,91). Sum of RGB (Red+Green+Blue) = 229+35+91=355 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.51% from 355); Green value is 35 (14.06% from 255 or 9.86% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 229 - color contains mainly: red. Hex color #E5235B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5235B is #1ADCA4. Grayscale: #636363. Windows color (decimal): -1760421 or 5972965. OLE color: 5972965.

HSL color Cylindrical-coordinate representation of color #E5235B: hue angle of 342.68º 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 #E5235B is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 35 91 -
CMYK 0 0.85 0.60 0.10
HSL 342.68º 0.79% 0.52% -
HSV(B) 342.68º 0.85% 0.9% -
XYZ 34.8 18.62 11.66 -
YUV 99.39 123.27 220.45 -
System Red Green Blue C M Y K H S L
Decimal 229 35 91 0 0.85 0.60 0.10 342.68 0.79 0.52
Hex E5 23 5B 0 55 3C A 157 4F 34
Octal 345 43 133 0 125 74 12 527 117 64
Binary 11100101 100011 1011011 0 1010101 111100 1010 101010111 1001111 110100

Color Harmonies of #E5235B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5235B

Black with #E5235B

Text Example


Text Example

White with #E5235B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5235B; }

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

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

background-color css

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

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

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

border-color css

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

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

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