Html Css Color HEX #E5264B Amaranth

📋 copy color: '#E5264B'

red 229 ◦ green 38 ◦ blue 75

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

Shades of Amaranth #E5264B

Tints of Amaranth #E5264B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.11%

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

R = 66.96%
G = 11.11%
B = 21.93%

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

#E5264B (or 0xE5264B) is known color: Amaranth. HEX triplet: E5, 26 and 4B. RGB value is (229,38,75). Sum of RGB (Red+Green+Blue) = 229+38+75=342 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.96% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 229 - color contains mainly: red. Hex color #E5264B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5264B is #1AD9B4. Grayscale: #636363. Windows color (decimal): -1759669 or 4925157. OLE color: 4925157.

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

Color convert

RGB 229 38 75 -
CMYK 0 0.83 0.67 0.10
HSL 348.38º 0.79% 0.52% -
HSV(B) 348.38º 0.83% 0.9% -
XYZ 34.28 18.55 8.43 -
YUV 99.33 114.28 220.49 -
System Red Green Blue C M Y K H S L
Decimal 229 38 75 0 0.83 0.67 0.10 348.38 0.79 0.52
Hex E5 26 4B 0 53 43 A 15C 4F 34
Octal 345 46 113 0 123 103 12 534 117 64
Binary 11100101 100110 1001011 0 1010011 1000011 1010 101011100 1001111 110100

Color Harmonies of #E5264B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5264B

Black with #E5264B

Text Example


Text Example

White with #E5264B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5264B; }

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

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

background-color css

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

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

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

border-color css

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

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

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