Html Css Color HEX #E6454B Amaranth

📋 copy color: '#E6454B'

red 230 ◦ green 69 ◦ blue 75

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

Shades of Amaranth #E6454B

Tints of Amaranth #E6454B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.45%

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

R = 61.5%
G = 18.45%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6454B (or 0xE6454B) is known color: Amaranth. HEX triplet: E6, 45 and 4B. RGB value is (230,69,75). Sum of RGB (Red+Green+Blue) = 230+69+75=374 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.50% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 230 - color contains mainly: red. Hex color #E6454B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6454B is #19BAB4. Grayscale: #757575. Windows color (decimal): -1686197 or 4933094. OLE color: 4933094.

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

Color convert

RGB 230 69 75 -
CMYK 0 0.7 0.67 0.10
HSL 357.76º 0.76% 0.59% -
HSV(B) 357.76º 0.7% 0.9% -
XYZ 36.03 21.59 8.92 -
YUV 117.82 103.84 208.01 -
System Red Green Blue C M Y K H S L
Decimal 230 69 75 0 0.7 0.67 0.10 357.76 0.76 0.59
Hex E6 45 4B 0 46 43 A 166 4C 3B
Octal 346 105 113 0 106 103 12 546 114 73
Binary 11100110 1000101 1001011 0 1000110 1000011 1010 101100110 1001100 111011

Color Harmonies of #E6454B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6454B

Black with #E6454B

Text Example


Text Example

White with #E6454B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6454B; }

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

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

background-color css

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

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

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

border-color css

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

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

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