Html Css Color HEX #E6244B Amaranth

📋 copy color: '#E6244B'

red 230 ◦ green 36 ◦ blue 75

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

Shades of Amaranth #E6244B

Tints of Amaranth #E6244B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.56%

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

R = 67.45%
G = 10.56%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6244B (or 0xE6244B) is known color: Amaranth. HEX triplet: E6, 24 and 4B. RGB value is (230,36,75). Sum of RGB (Red+Green+Blue) = 230+36+75=341 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.45% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 230 - color contains mainly: red. Hex color #E6244B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6244B is #19DBB4. Grayscale: #626262. Windows color (decimal): -1694645 or 4924646. OLE color: 4924646.

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

Color convert

RGB 230 36 75 -
CMYK 0 0.84 0.67 0.10
HSL 347.94º 0.8% 0.52% -
HSV(B) 347.94º 0.84% 0.9% -
XYZ 34.53 18.59 8.43 -
YUV 98.45 114.77 221.83 -
System Red Green Blue C M Y K H S L
Decimal 230 36 75 0 0.84 0.67 0.10 347.94 0.8 0.52
Hex E6 24 4B 0 54 43 A 15C 50 34
Octal 346 44 113 0 124 103 12 534 120 64
Binary 11100110 100100 1001011 0 1010100 1000011 1010 101011100 1010000 110100

Color Harmonies of #E6244B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6244B

Black with #E6244B

Text Example


Text Example

White with #E6244B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6244B; }

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

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

background-color css

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

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

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

border-color css

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

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

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