Html Css Color HEX #E23250 Amaranth

📋 copy color: '#E23250'

red 226 ◦ green 50 ◦ blue 80

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

Shades of Amaranth #E23250

Tints of Amaranth #E23250

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.04%

 BLUE value IS 80 (31.64% from 255) = 22.47%

R = 63.48%
G = 14.04%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E23250 (or 0xE23250) is known color: Amaranth. HEX triplet: E2, 32 and 50. RGB value is (226,50,80). Sum of RGB (Red+Green+Blue) = 226+50+80=356 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.48% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 226 - color contains mainly: red. Hex color #E23250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E23250 is #1DCDAF. Grayscale: #6A6A6A. Windows color (decimal): -1953200 or 5255906. OLE color: 5255906.

HSL color Cylindrical-coordinate representation of color #E23250: hue angle of 349.77º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E23250 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 50 80 -
CMYK 0 0.78 0.65 0.11
HSL 349.77º 0.75% 0.54% -
HSV(B) 349.77º 0.78% 0.89% -
XYZ 33.95 19.03 9.47 -
YUV 106.04 113.31 213.56 -
System Red Green Blue C M Y K H S L
Decimal 226 50 80 0 0.78 0.65 0.11 349.77 0.75 0.54
Hex E2 32 50 0 4E 41 B 15E 4B 36
Octal 342 62 120 0 116 101 13 536 113 66
Binary 11100010 110010 1010000 0 1001110 1000001 1011 101011110 1001011 110110

Color Harmonies of #E23250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E23250

Black with #E23250

Text Example


Text Example

White with #E23250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E23250; }

 p { color: rgb(226,50,80); }

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

background-color css

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

 a { background-color: rgb(226,50,80); }

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

border-color css

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

 span { border-color: rgb(226,50,80); }

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