Html Css Color HEX #E62B4D Amaranth

📋 copy color: '#E62B4D'

red 230 ◦ green 43 ◦ blue 77

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

Shades of Amaranth #E62B4D

Tints of Amaranth #E62B4D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.29%

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

R = 65.71%
G = 12.29%
B = 22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E62B4D (or 0xE62B4D) is known color: Amaranth. HEX triplet: E6, 2B and 4D. RGB value is (230,43,77). Sum of RGB (Red+Green+Blue) = 230+43+77=350 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.71% from 350); Green value is 43 (17.19% from 255 or 12.29% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 230 - color contains mainly: red. Hex color #E62B4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62B4D is #19D4B2. Grayscale: #666666. Windows color (decimal): -1692851 or 5057510. OLE color: 5057510.

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

Color convert

RGB 230 43 77 -
CMYK 0 0.81 0.67 0.10
HSL 349.09º 0.79% 0.54% -
HSV(B) 349.09º 0.81% 0.9% -
XYZ 34.84 19.09 8.87 -
YUV 102.79 113.45 218.74 -
System Red Green Blue C M Y K H S L
Decimal 230 43 77 0 0.81 0.67 0.10 349.09 0.79 0.54
Hex E6 2B 4D 0 51 43 A 15D 4F 36
Octal 346 53 115 0 121 103 12 535 117 66
Binary 11100110 101011 1001101 0 1010001 1000011 1010 101011101 1001111 110110

Color Harmonies of #E62B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62B4D

Black with #E62B4D

Text Example


Text Example

White with #E62B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62B4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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