Html Css Color HEX #E6234F Amaranth

📋 copy color: '#E6234F'

red 230 ◦ green 35 ◦ blue 79

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

Shades of Amaranth #E6234F

Tints of Amaranth #E6234F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.97%

R = 66.86%
G = 10.17%
B = 22.97%

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

#E6234F (or 0xE6234F) is known color: Amaranth. HEX triplet: E6, 23 and 4F. RGB value is (230,35,79). Sum of RGB (Red+Green+Blue) = 230+35+79=344 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.86% from 344); Green value is 35 (14.06% from 255 or 10.17% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 230 - color contains mainly: red. Hex color #E6234F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6234F is #19DCB0. Grayscale: #626262. Windows color (decimal): -1694897 or 5186534. OLE color: 5186534.

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

Color convert

RGB 230 35 79 -
CMYK 0 0.85 0.66 0.10
HSL 346.46º 0.8% 0.52% -
HSV(B) 346.46º 0.85% 0.9% -
XYZ 34.65 18.59 9.16 -
YUV 98.32 117.1 221.92 -
System Red Green Blue C M Y K H S L
Decimal 230 35 79 0 0.85 0.66 0.10 346.46 0.8 0.52
Hex E6 23 4F 0 55 42 A 15A 50 34
Octal 346 43 117 0 125 102 12 532 120 64
Binary 11100110 100011 1001111 0 1010101 1000010 1010 101011010 1010000 110100

Color Harmonies of #E6234F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6234F

Black with #E6234F

Text Example


Text Example

White with #E6234F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6234F; }

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

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

background-color css

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

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

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

border-color css

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

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

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