Html Css Color HEX #E23450 Amaranth

📋 copy color: '#E23450'

red 226 ◦ green 52 ◦ blue 80

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

Shades of Amaranth #E23450

Tints of Amaranth #E23450

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.53%

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

R = 63.13%
G = 14.53%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E23450 (or 0xE23450) is known color: Amaranth. HEX triplet: E2, 34 and 50. RGB value is (226,52,80). Sum of RGB (Red+Green+Blue) = 226+52+80=358 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.13% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 226 - color contains mainly: red. Hex color #E23450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E23450 is #1DCBAF. Grayscale: #6B6B6B. Windows color (decimal): -1952688 or 5256418. OLE color: 5256418.

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

Color convert

RGB 226 52 80 -
CMYK 0 0.77 0.65 0.11
HSL 350.34º 0.75% 0.55% -
HSV(B) 350.34º 0.77% 0.89% -
XYZ 34.04 19.2 9.5 -
YUV 107.22 112.65 212.72 -
System Red Green Blue C M Y K H S L
Decimal 226 52 80 0 0.77 0.65 0.11 350.34 0.75 0.55
Hex E2 34 50 0 4D 41 B 15E 4B 37
Octal 342 64 120 0 115 101 13 536 113 67
Binary 11100010 110100 1010000 0 1001101 1000001 1011 101011110 1001011 110111

Color Harmonies of #E23450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E23450

Black with #E23450

Text Example


Text Example

White with #E23450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E23450; }

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

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

background-color css

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

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

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

border-color css

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

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

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