Html Css Color HEX #E01379 Ruby

📋 copy color: '#E01379'

red 224 ◦ green 19 ◦ blue 121

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

Shades of Ruby #E01379

Tints of Ruby #E01379

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.22%

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

R = 61.54%
G = 5.22%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E01379 (or 0xE01379) is known color: Ruby. HEX triplet: E0, 13 and 79. RGB value is (224,19,121). Sum of RGB (Red+Green+Blue) = 224+19+121=364 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.54% from 364); Green value is 19 (7.81% from 255 or 5.22% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 224 - color contains mainly: red. Hex color #E01379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01379 is #1FEC86. Grayscale: #5B5B5B. Windows color (decimal): -2092167 or 7934944. OLE color: 7934944.

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

Color convert

RGB 224 19 121 -
CMYK 0 0.92 0.46 0.12
HSL 330.15º 0.84% 0.48% -
HSV(B) 330.15º 0.92% 0.88% -
XYZ 34.42 17.69 19.69 -
YUV 91.92 144.42 222.21 -
System Red Green Blue C M Y K H S L
Decimal 224 19 121 0 0.92 0.46 0.12 330.15 0.84 0.48
Hex E0 13 79 0 5C 2E C 14A 54 30
Octal 340 23 171 0 134 56 14 512 124 60
Binary 11100000 10011 1111001 0 1011100 101110 1100 101001010 1010100 110000

Color Harmonies of #E01379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01379

Black with #E01379

Text Example


Text Example

White with #E01379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01379; }

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

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

background-color css

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

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

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

border-color css

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

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

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