Html Css Color HEX #E6424B Amaranth

📋 copy color: '#E6424B'

red 230 ◦ green 66 ◦ blue 75

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

Shades of Amaranth #E6424B

Tints of Amaranth #E6424B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.79%

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

R = 61.99%
G = 17.79%
B = 20.22%

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

#E6424B (or 0xE6424B) is known color: Amaranth. HEX triplet: E6, 42 and 4B. RGB value is (230,66,75). Sum of RGB (Red+Green+Blue) = 230+66+75=371 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.99% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 230 - color contains mainly: red. Hex color #E6424B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6424B is #19BDB4. Grayscale: #747474. Windows color (decimal): -1686965 or 4932326. OLE color: 4932326.

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

Color convert

RGB 230 66 75 -
CMYK 0 0.71 0.67 0.10
HSL 356.71º 0.77% 0.58% -
HSV(B) 356.71º 0.71% 0.9% -
XYZ 35.85 21.23 8.86 -
YUV 116.06 104.83 209.27 -
System Red Green Blue C M Y K H S L
Decimal 230 66 75 0 0.71 0.67 0.10 356.71 0.77 0.58
Hex E6 42 4B 0 47 43 A 165 4D 3A
Octal 346 102 113 0 107 103 12 545 115 72
Binary 11100110 1000010 1001011 0 1000111 1000011 1010 101100101 1001101 111010

Color Harmonies of #E6424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6424B

Black with #E6424B

Text Example


Text Example

White with #E6424B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6424B; }

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

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

background-color css

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

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

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

border-color css

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

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

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