Html Css Color HEX #E01879 Ruby

📋 copy color: '#E01879'

red 224 ◦ green 24 ◦ blue 121

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

Shades of Ruby #E01879

Tints of Ruby #E01879

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.5%

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

R = 60.7%
G = 6.5%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E01879 (or 0xE01879) is known color: Ruby. HEX triplet: E0, 18 and 79. RGB value is (224,24,121). Sum of RGB (Red+Green+Blue) = 224+24+121=369 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.70% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 224 - color contains mainly: red. Hex color #E01879 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01879 is #1FE786. Grayscale: #5E5E5E. Windows color (decimal): -2090887 or 7936224. OLE color: 7936224.

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

Color convert

RGB 224 24 121 -
CMYK 0 0.89 0.46 0.12
HSL 330.9º 0.81% 0.49% -
HSV(B) 330.9º 0.89% 0.88% -
XYZ 34.52 17.88 19.72 -
YUV 94.86 142.76 220.11 -
System Red Green Blue C M Y K H S L
Decimal 224 24 121 0 0.89 0.46 0.12 330.9 0.81 0.49
Hex E0 18 79 0 59 2E C 14B 51 31
Octal 340 30 171 0 131 56 14 513 121 61
Binary 11100000 11000 1111001 0 1011001 101110 1100 101001011 1010001 110001

Color Harmonies of #E01879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01879

Black with #E01879

Text Example


Text Example

White with #E01879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01879; }

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

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

background-color css

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

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

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

border-color css

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

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

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