Html Css Color HEX #E6234E Amaranth

📋 copy color: '#E6234E'

red 230 ◦ green 35 ◦ blue 78

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

Shades of Amaranth #E6234E

Tints of Amaranth #E6234E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.74%

R = 67.06%
G = 10.2%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E6234E (or 0xE6234E) is known color: Amaranth. HEX triplet: E6, 23 and 4E. RGB value is (230,35,78). Sum of RGB (Red+Green+Blue) = 230+35+78=343 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.06% from 343); Green value is 35 (14.06% from 255 or 10.20% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 230 - color contains mainly: red. Hex color #E6234E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6234E is #19DCB1. Grayscale: #626262. Windows color (decimal): -1694898 or 5120998. OLE color: 5120998.

HSL color Cylindrical-coordinate representation of color #E6234E: hue angle of 346.77º 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 #E6234E is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 35 78 -
CMYK 0 0.85 0.66 0.10
HSL 346.77º 0.8% 0.52% -
HSV(B) 346.77º 0.85% 0.9% -
XYZ 34.61 18.58 8.97 -
YUV 98.21 116.6 222 -
System Red Green Blue C M Y K H S L
Decimal 230 35 78 0 0.85 0.66 0.10 346.77 0.8 0.52
Hex E6 23 4E 0 55 42 A 15B 50 34
Octal 346 43 116 0 125 102 12 533 120 64
Binary 11100110 100011 1001110 0 1010101 1000010 1010 101011011 1010000 110100

Color Harmonies of #E6234E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6234E

Black with #E6234E

Text Example


Text Example

White with #E6234E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6234E; }

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

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

background-color css

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

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

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

border-color css

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

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

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