Html Css Color HEX #E5274B Amaranth

📋 copy color: '#E5274B'

red 229 ◦ green 39 ◦ blue 75

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

Shades of Amaranth #E5274B

Tints of Amaranth #E5274B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.37%

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

R = 66.76%
G = 11.37%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E5274B (or 0xE5274B) is known color: Amaranth. HEX triplet: E5, 27 and 4B. RGB value is (229,39,75). Sum of RGB (Red+Green+Blue) = 229+39+75=343 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.76% from 343); Green value is 39 (15.62% from 255 or 11.37% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 229 - color contains mainly: red. Hex color #E5274B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5274B is #1AD8B4. Grayscale: #636363. Windows color (decimal): -1759413 or 4925413. OLE color: 4925413.

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

Color convert

RGB 229 39 75 -
CMYK 0 0.83 0.67 0.10
HSL 348.63º 0.79% 0.53% -
HSV(B) 348.63º 0.83% 0.9% -
XYZ 34.31 18.62 8.44 -
YUV 99.91 113.95 220.07 -
System Red Green Blue C M Y K H S L
Decimal 229 39 75 0 0.83 0.67 0.10 348.63 0.79 0.53
Hex E5 27 4B 0 53 43 A 15D 4F 35
Octal 345 47 113 0 123 103 12 535 117 65
Binary 11100101 100111 1001011 0 1010011 1000011 1010 101011101 1001111 110101

Color Harmonies of #E5274B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5274B

Black with #E5274B

Text Example


Text Example

White with #E5274B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5274B; }

 p { color: rgb(229,39,75); }

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

background-color css

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

 a { background-color: rgb(229,39,75); }

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

border-color css

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

 span { border-color: rgb(229,39,75); }

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