Html Css Color HEX #E6234B Amaranth

📋 copy color: '#E6234B'

red 230 ◦ green 35 ◦ blue 75

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

Shades of Amaranth #E6234B

Tints of Amaranth #E6234B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.06%

R = 67.65%
G = 10.29%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6234B (or 0xE6234B) is known color: Amaranth. HEX triplet: E6, 23 and 4B. RGB value is (230,35,75). Sum of RGB (Red+Green+Blue) = 230+35+75=340 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.65% from 340); Green value is 35 (14.06% from 255 or 10.29% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 230 - color contains mainly: red. Hex color #E6234B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6234B is #19DCB4. Grayscale: #616161. Windows color (decimal): -1694901 or 4924390. OLE color: 4924390.

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

Color convert

RGB 230 35 75 -
CMYK 0 0.85 0.67 0.10
HSL 347.69º 0.8% 0.52% -
HSV(B) 347.69º 0.85% 0.9% -
XYZ 34.5 18.53 8.42 -
YUV 97.87 115.1 222.25 -
System Red Green Blue C M Y K H S L
Decimal 230 35 75 0 0.85 0.67 0.10 347.69 0.8 0.52
Hex E6 23 4B 0 55 43 A 15C 50 34
Octal 346 43 113 0 125 103 12 534 120 64
Binary 11100110 100011 1001011 0 1010101 1000011 1010 101011100 1010000 110100

Color Harmonies of #E6234B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6234B

Black with #E6234B

Text Example


Text Example

White with #E6234B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6234B; }

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

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

background-color css

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

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

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

border-color css

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

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

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