Html Css Color HEX #E0265A Amaranth

📋 copy color: '#E0265A'

red 224 ◦ green 38 ◦ blue 90

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

Shades of Amaranth #E0265A

Tints of Amaranth #E0265A

RGB

 RED value IS 224 (87.89% from 255) = 63.64%

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

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

R = 63.64%
G = 10.8%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E0265A (or 0xE0265A) is known color: Amaranth. HEX triplet: E0, 26 and 5A. RGB value is (224,38,90). Sum of RGB (Red+Green+Blue) = 224+38+90=352 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.64% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 224 - color contains mainly: red. Hex color #E0265A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0265A is #1FD9A5. Grayscale: #636363. Windows color (decimal): -2087334 or 5908192. OLE color: 5908192.

HSL color Cylindrical-coordinate representation of color #E0265A: hue angle of 343.23º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E0265A is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 38 90 -
CMYK 0 0.83 0.60 0.12
HSL 343.23º 0.75% 0.51% -
HSV(B) 343.23º 0.83% 0.88% -
XYZ 33.28 17.97 11.39 -
YUV 99.54 122.62 216.77 -
System Red Green Blue C M Y K H S L
Decimal 224 38 90 0 0.83 0.60 0.12 343.23 0.75 0.51
Hex E0 26 5A 0 53 3C C 157 4B 33
Octal 340 46 132 0 123 74 14 527 113 63
Binary 11100000 100110 1011010 0 1010011 111100 1100 101010111 1001011 110011

Color Harmonies of #E0265A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0265A

Black with #E0265A

Text Example


Text Example

White with #E0265A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0265A; }

 p { color: rgb(224,38,90); }

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

background-color css

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

 a { background-color: rgb(224,38,90); }

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

border-color css

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

 span { border-color: rgb(224,38,90); }

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