Html Css Color HEX #E6254F Amaranth

📋 copy color: '#E6254F'

red 230 ◦ green 37 ◦ blue 79

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

Shades of Amaranth #E6254F

Tints of Amaranth #E6254F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.83%

R = 66.47%
G = 10.69%
B = 22.83%

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

#E6254F (or 0xE6254F) is known color: Amaranth. HEX triplet: E6, 25 and 4F. RGB value is (230,37,79). Sum of RGB (Red+Green+Blue) = 230+37+79=346 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.47% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 230 - color contains mainly: red. Hex color #E6254F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6254F is #19DAB0. Grayscale: #636363. Windows color (decimal): -1694385 or 5187046. OLE color: 5187046.

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

Color convert

RGB 230 37 79 -
CMYK 0 0.84 0.66 0.10
HSL 346.94º 0.79% 0.52% -
HSV(B) 346.94º 0.84% 0.9% -
XYZ 34.71 18.71 9.18 -
YUV 99.5 116.44 221.08 -
System Red Green Blue C M Y K H S L
Decimal 230 37 79 0 0.84 0.66 0.10 346.94 0.79 0.52
Hex E6 25 4F 0 54 42 A 15B 4F 34
Octal 346 45 117 0 124 102 12 533 117 64
Binary 11100110 100101 1001111 0 1010100 1000010 1010 101011011 1001111 110100

Color Harmonies of #E6254F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6254F

Black with #E6254F

Text Example


Text Example

White with #E6254F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6254F; }

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

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

background-color css

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

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

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

border-color css

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

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

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