Html Css Color HEX #E02758 Amaranth

📋 copy color: '#E02758'

red 224 ◦ green 39 ◦ blue 88

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

Shades of Amaranth #E02758

Tints of Amaranth #E02758

RGB

 RED value IS 224 (87.89% from 255) = 63.82%

 GREEN value IS 39 (15.63% from 255) = 11.11%

 BLUE value IS 88 (34.77% from 255) = 25.07%

R = 63.82%
G = 11.11%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E02758 (or 0xE02758) is known color: Amaranth. HEX triplet: E0, 27 and 58. RGB value is (224,39,88). Sum of RGB (Red+Green+Blue) = 224+39+88=351 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.82% from 351); Green value is 39 (15.62% from 255 or 11.11% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 224 - color contains mainly: red. Hex color #E02758 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02758 is #1FD8A7. Grayscale: #636363. Windows color (decimal): -2087080 or 5777376. OLE color: 5777376.

HSL color Cylindrical-coordinate representation of color #E02758: hue angle of 344.11º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E02758 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 39 88 -
CMYK 0 0.83 0.61 0.12
HSL 344.11º 0.75% 0.52% -
HSV(B) 344.11º 0.83% 0.88% -
XYZ 33.23 18 10.96 -
YUV 99.9 121.29 216.52 -
System Red Green Blue C M Y K H S L
Decimal 224 39 88 0 0.83 0.61 0.12 344.11 0.75 0.52
Hex E0 27 58 0 53 3D C 158 4B 34
Octal 340 47 130 0 123 75 14 530 113 64
Binary 11100000 100111 1011000 0 1010011 111101 1100 101011000 1001011 110100

Color Harmonies of #E02758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02758

Black with #E02758

Text Example


Text Example

White with #E02758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02758; }

 p { color: rgb(224,39,88); }

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

background-color css

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

 a { background-color: rgb(224,39,88); }

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

border-color css

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

 span { border-color: rgb(224,39,88); }

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