Html Css Color HEX #E23052 Amaranth

📋 copy color: '#E23052'

red 226 ◦ green 48 ◦ blue 82

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

Shades of Amaranth #E23052

Tints of Amaranth #E23052

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.48%

 BLUE value IS 82 (32.42% from 255) = 23.03%

R = 63.48%
G = 13.48%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E23052 (or 0xE23052) is known color: Amaranth. HEX triplet: E2, 30 and 52. RGB value is (226,48,82). Sum of RGB (Red+Green+Blue) = 226+48+82=356 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.48% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 226 - color contains mainly: red. Hex color #E23052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E23052 is #1DCFAD. Grayscale: #696969. Windows color (decimal): -1953710 or 5386466. OLE color: 5386466.

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

Color convert

RGB 226 48 82 -
CMYK 0 0.79 0.64 0.11
HSL 348.54º 0.75% 0.54% -
HSV(B) 348.54º 0.79% 0.89% -
XYZ 33.94 18.89 9.84 -
YUV 105.1 114.97 214.24 -
System Red Green Blue C M Y K H S L
Decimal 226 48 82 0 0.79 0.64 0.11 348.54 0.75 0.54
Hex E2 30 52 0 4F 40 B 15D 4B 36
Octal 342 60 122 0 117 100 13 535 113 66
Binary 11100010 110000 1010010 0 1001111 1000000 1011 101011101 1001011 110110

Color Harmonies of #E23052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E23052

Black with #E23052

Text Example


Text Example

White with #E23052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E23052; }

 p { color: rgb(226,48,82); }

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

background-color css

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

 a { background-color: rgb(226,48,82); }

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

border-color css

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

 span { border-color: rgb(226,48,82); }

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