Html Css Color HEX #E2275A Amaranth

📋 copy color: '#E2275A'

red 226 ◦ green 39 ◦ blue 90

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

Shades of Amaranth #E2275A

Tints of Amaranth #E2275A

RGB

 RED value IS 226 (88.67% from 255) = 63.66%

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

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

R = 63.66%
G = 10.99%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E2275A (or 0xE2275A) is known color: Amaranth. HEX triplet: E2, 27 and 5A. RGB value is (226,39,90). Sum of RGB (Red+Green+Blue) = 226+39+90=355 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.66% from 355); Green value is 39 (15.62% from 255 or 10.99% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 226 - color contains mainly: red. Hex color #E2275A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2275A is #1DD8A5. Grayscale: #646464. Windows color (decimal): -1956006 or 5908450. OLE color: 5908450.

HSL color Cylindrical-coordinate representation of color #E2275A: hue angle of 343.64º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E2275A is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 39 90 -
CMYK 0 0.83 0.60 0.11
HSL 343.64º 0.76% 0.52% -
HSV(B) 343.64º 0.83% 0.89% -
XYZ 33.94 18.36 11.43 -
YUV 100.73 121.95 217.35 -
System Red Green Blue C M Y K H S L
Decimal 226 39 90 0 0.83 0.60 0.11 343.64 0.76 0.52
Hex E2 27 5A 0 53 3C B 158 4C 34
Octal 342 47 132 0 123 74 13 530 114 64
Binary 11100010 100111 1011010 0 1010011 111100 1011 101011000 1001100 110100

Color Harmonies of #E2275A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2275A

Black with #E2275A

Text Example


Text Example

White with #E2275A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2275A; }

 p { color: rgb(226,39,90); }

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

background-color css

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

 a { background-color: rgb(226,39,90); }

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

border-color css

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

 span { border-color: rgb(226,39,90); }

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