Html Css Color HEX #E6434C Amaranth

📋 copy color: '#E6434C'

red 230 ◦ green 67 ◦ blue 76

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

Shades of Amaranth #E6434C

Tints of Amaranth #E6434C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.96%

 BLUE value IS 76 (30.08% from 255) = 20.38%

R = 61.66%
G = 17.96%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6434C (or 0xE6434C) is known color: Amaranth. HEX triplet: E6, 43 and 4C. RGB value is (230,67,76). Sum of RGB (Red+Green+Blue) = 230+67+76=373 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.66% from 373); Green value is 67 (26.56% from 255 or 17.96% from 373); Blue value is 76 (30.08% from 255 or 20.38% from 373); Max value from RGB is 230 - color contains mainly: red. Hex color #E6434C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6434C is #19BCB3. Grayscale: #747474. Windows color (decimal): -1686708 or 4998118. OLE color: 4998118.

HSL color Cylindrical-coordinate representation of color #E6434C: hue angle of 356.69º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E6434C is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 67 76 -
CMYK 0 0.71 0.67 0.10
HSL 356.69º 0.77% 0.58% -
HSV(B) 356.69º 0.71% 0.9% -
XYZ 35.94 21.36 9.07 -
YUV 116.76 105 208.77 -
System Red Green Blue C M Y K H S L
Decimal 230 67 76 0 0.71 0.67 0.10 356.69 0.77 0.58
Hex E6 43 4C 0 47 43 A 165 4D 3A
Octal 346 103 114 0 107 103 12 545 115 72
Binary 11100110 1000011 1001100 0 1000111 1000011 1010 101100101 1001101 111010

Color Harmonies of #E6434C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6434C

Black with #E6434C

Text Example


Text Example

White with #E6434C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6434C; }

 p { color: rgb(230,67,76); }

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

background-color css

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

 a { background-color: rgb(230,67,76); }

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

border-color css

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

 span { border-color: rgb(230,67,76); }

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