Html Css Color HEX #E2434B Amaranth

📋 copy color: '#E2434B'

red 226 ◦ green 67 ◦ blue 75

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

Shades of Amaranth #E2434B

Tints of Amaranth #E2434B

RGB

 RED value IS 226 (88.67% from 255) = 61.41%

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

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

R = 61.41%
G = 18.21%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E2434B (or 0xE2434B) is known color: Amaranth. HEX triplet: E2, 43 and 4B. RGB value is (226,67,75). Sum of RGB (Red+Green+Blue) = 226+67+75=368 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.41% from 368); Green value is 67 (26.56% from 255 or 18.21% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 226 - color contains mainly: red. Hex color #E2434B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2434B is #1DBCB4. Grayscale: #737373. Windows color (decimal): -1948853 or 4932578. OLE color: 4932578.

HSL color Cylindrical-coordinate representation of color #E2434B: hue angle of 356.98º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E2434B is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 67 75 -
CMYK 0 0.70 0.67 0.11
HSL 356.98º 0.73% 0.57% -
HSV(B) 356.98º 0.7% 0.89% -
XYZ 34.64 20.69 8.82 -
YUV 115.45 105.18 206.85 -
System Red Green Blue C M Y K H S L
Decimal 226 67 75 0 0.70 0.67 0.11 356.98 0.73 0.57
Hex E2 43 4B 0 46 43 B 165 49 39
Octal 342 103 113 0 106 103 13 545 111 71
Binary 11100010 1000011 1001011 0 1000110 1000011 1011 101100101 1001001 111001

Color Harmonies of #E2434B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2434B

Black with #E2434B

Text Example


Text Example

White with #E2434B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2434B; }

 p { color: rgb(226,67,75); }

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

background-color css

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

 a { background-color: rgb(226,67,75); }

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

border-color css

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

 span { border-color: rgb(226,67,75); }

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