Html Css Color HEX #E01579 Ruby

📋 copy color: '#E01579'

red 224 ◦ green 21 ◦ blue 121

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

Shades of Ruby #E01579

Tints of Ruby #E01579

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.74%

 BLUE value IS 121 (47.66% from 255) = 33.06%

R = 61.2%
G = 5.74%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E01579 (or 0xE01579) is known color: Ruby. HEX triplet: E0, 15 and 79. RGB value is (224,21,121). Sum of RGB (Red+Green+Blue) = 224+21+121=366 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.20% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 224 - color contains mainly: red. Hex color #E01579 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01579 is #1FEA86. Grayscale: #5C5C5C. Windows color (decimal): -2091655 or 7935456. OLE color: 7935456.

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

Color convert

RGB 224 21 121 -
CMYK 0 0.91 0.46 0.12
HSL 330.44º 0.83% 0.48% -
HSV(B) 330.44º 0.91% 0.88% -
XYZ 34.46 17.76 19.7 -
YUV 93.1 143.75 221.37 -
System Red Green Blue C M Y K H S L
Decimal 224 21 121 0 0.91 0.46 0.12 330.44 0.83 0.48
Hex E0 15 79 0 5B 2E C 14A 53 30
Octal 340 25 171 0 133 56 14 512 123 60
Binary 11100000 10101 1111001 0 1011011 101110 1100 101001010 1010011 110000

Color Harmonies of #E01579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01579

Black with #E01579

Text Example


Text Example

White with #E01579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01579; }

 p { color: rgb(224,21,121); }

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

background-color css

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

 a { background-color: rgb(224,21,121); }

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

border-color css

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

 span { border-color: rgb(224,21,121); }

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