Html Css Color HEX #E6434D Amaranth

📋 copy color: '#E6434D'

red 230 ◦ green 67 ◦ blue 77

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

Shades of Amaranth #E6434D

Tints of Amaranth #E6434D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.59%

R = 61.5%
G = 17.91%
B = 20.59%

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

#E6434D (or 0xE6434D) is known color: Amaranth. HEX triplet: E6, 43 and 4D. RGB value is (230,67,77). Sum of RGB (Red+Green+Blue) = 230+67+77=374 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.50% from 374); Green value is 67 (26.56% from 255 or 17.91% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 230 - color contains mainly: red. Hex color #E6434D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6434D is #19BCB2. Grayscale: #757575. Windows color (decimal): -1686707 or 5063654. OLE color: 5063654.

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

Color convert

RGB 230 67 77 -
CMYK 0 0.71 0.67 0.10
HSL 356.32º 0.77% 0.58% -
HSV(B) 356.32º 0.71% 0.9% -
XYZ 35.98 21.37 9.25 -
YUV 116.88 105.5 208.69 -
System Red Green Blue C M Y K H S L
Decimal 230 67 77 0 0.71 0.67 0.10 356.32 0.77 0.58
Hex E6 43 4D 0 47 43 A 164 4D 3A
Octal 346 103 115 0 107 103 12 544 115 72
Binary 11100110 1000011 1001101 0 1000111 1000011 1010 101100100 1001101 111010

Color Harmonies of #E6434D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6434D

Black with #E6434D

Text Example


Text Example

White with #E6434D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6434D; }

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

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

background-color css

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

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

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

border-color css

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

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

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