Html Css Color HEX #E6234A Amaranth

📋 copy color: '#E6234A'

red 230 ◦ green 35 ◦ blue 74

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

Shades of Amaranth #E6234A

Tints of Amaranth #E6234A

RGB

 RED value IS 230 (90.23% from 255) = 67.85%

 GREEN value IS 35 (14.06% from 255) = 10.32%

 BLUE value IS 74 (29.3% from 255) = 21.83%

R = 67.85%
G = 10.32%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E6234A (or 0xE6234A) is known color: Amaranth. HEX triplet: E6, 23 and 4A. RGB value is (230,35,74). Sum of RGB (Red+Green+Blue) = 230+35+74=339 (44% of max value = 765). Red value is 230 (90.23% from 255 or 67.85% from 339); Green value is 35 (14.06% from 255 or 10.32% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 230 - color contains mainly: red. Hex color #E6234A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6234A is #19DCB5. Grayscale: #616161. Windows color (decimal): -1694902 or 4858854. OLE color: 4858854.

HSL color Cylindrical-coordinate representation of color #E6234A: hue angle of 348º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E6234A is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 35 74 -
CMYK 0 0.85 0.68 0.10
HSL 348º 0.8% 0.52% -
HSV(B) 348º 0.85% 0.9% -
XYZ 34.47 18.52 8.24 -
YUV 97.75 114.6 222.33 -
System Red Green Blue C M Y K H S L
Decimal 230 35 74 0 0.85 0.68 0.10 348 0.8 0.52
Hex E6 23 4A 0 55 44 A 15C 50 34
Octal 346 43 112 0 125 104 12 534 120 64
Binary 11100110 100011 1001010 0 1010101 1000100 1010 101011100 1010000 110100

Color Harmonies of #E6234A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6234A

Black with #E6234A

Text Example


Text Example

White with #E6234A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6234A; }

 p { color: rgb(230,35,74); }

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

background-color css

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

 a { background-color: rgb(230,35,74); }

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

border-color css

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

 span { border-color: rgb(230,35,74); }

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