Html Css Color HEX #E6254E Amaranth

📋 copy color: '#E6254E'

red 230 ◦ green 37 ◦ blue 78

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

Shades of Amaranth #E6254E

Tints of Amaranth #E6254E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.72%

 BLUE value IS 78 (30.86% from 255) = 22.61%

R = 66.67%
G = 10.72%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E6254E (or 0xE6254E) is known color: Amaranth. HEX triplet: E6, 25 and 4E. RGB value is (230,37,78). Sum of RGB (Red+Green+Blue) = 230+37+78=345 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.67% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 230 - color contains mainly: red. Hex color #E6254E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6254E is #19DAB1. Grayscale: #636363. Windows color (decimal): -1694386 or 5121510. OLE color: 5121510.

HSL color Cylindrical-coordinate representation of color #E6254E: hue angle of 347.25º degrees, saturation: 0.79, 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 #E6254E is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 37 78 -
CMYK 0 0.84 0.66 0.10
HSL 347.25º 0.79% 0.52% -
HSV(B) 347.25º 0.84% 0.9% -
XYZ 34.67 18.7 8.99 -
YUV 99.38 115.94 221.17 -
System Red Green Blue C M Y K H S L
Decimal 230 37 78 0 0.84 0.66 0.10 347.25 0.79 0.52
Hex E6 25 4E 0 54 42 A 15B 4F 34
Octal 346 45 116 0 124 102 12 533 117 64
Binary 11100110 100101 1001110 0 1010100 1000010 1010 101011011 1001111 110100

Color Harmonies of #E6254E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6254E

Black with #E6254E

Text Example


Text Example

White with #E6254E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6254E; }

 p { color: rgb(230,37,78); }

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

background-color css

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

 a { background-color: rgb(230,37,78); }

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

border-color css

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

 span { border-color: rgb(230,37,78); }

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