Html Css Color HEX #E23254 Amaranth

📋 copy color: '#E23254'

red 226 ◦ green 50 ◦ blue 84

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

Shades of Amaranth #E23254

Tints of Amaranth #E23254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 23.33%

R = 62.78%
G = 13.89%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#E23254 (or 0xE23254) is known color: Amaranth. HEX triplet: E2, 32 and 54. RGB value is (226,50,84). Sum of RGB (Red+Green+Blue) = 226+50+84=360 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.78% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 226 - color contains mainly: red. Hex color #E23254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E23254 is #1DCDAB. Grayscale: #6A6A6A. Windows color (decimal): -1953196 or 5518050. OLE color: 5518050.

HSL color Cylindrical-coordinate representation of color #E23254: hue angle of 348.41º 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 #E23254 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 50 84 -
CMYK 0 0.78 0.63 0.11
HSL 348.41º 0.75% 0.54% -
HSV(B) 348.41º 0.78% 0.89% -
XYZ 34.1 19.09 10.27 -
YUV 106.5 115.31 213.24 -
System Red Green Blue C M Y K H S L
Decimal 226 50 84 0 0.78 0.63 0.11 348.41 0.75 0.54
Hex E2 32 54 0 4E 3F B 15C 4B 36
Octal 342 62 124 0 116 77 13 534 113 66
Binary 11100010 110010 1010100 0 1001110 111111 1011 101011100 1001011 110110

Color Harmonies of #E23254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E23254

Black with #E23254

Text Example


Text Example

White with #E23254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E23254; }

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

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

background-color css

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

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

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

border-color css

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

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

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