Html Css Color HEX #E01079 Ruby

📋 copy color: '#E01079'

red 224 ◦ green 16 ◦ blue 121

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

Shades of Ruby #E01079

Tints of Ruby #E01079

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.43%

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

R = 62.05%
G = 4.43%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E01079 (or 0xE01079) is known color: Ruby. HEX triplet: E0, 10 and 79. RGB value is (224,16,121). Sum of RGB (Red+Green+Blue) = 224+16+121=361 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.05% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 224 - color contains mainly: red. Hex color #E01079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01079 is #1FEF86. Grayscale: #595959. Windows color (decimal): -2092935 or 7934176. OLE color: 7934176.

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

Color convert

RGB 224 16 121 -
CMYK 0 0.93 0.46 0.12
HSL 329.71º 0.87% 0.47% -
HSV(B) 329.71º 0.93% 0.88% -
XYZ 34.38 17.6 19.67 -
YUV 90.16 145.41 223.46 -
System Red Green Blue C M Y K H S L
Decimal 224 16 121 0 0.93 0.46 0.12 329.71 0.87 0.47
Hex E0 10 79 0 5D 2E C 14A 57 2F
Octal 340 20 171 0 135 56 14 512 127 57
Binary 11100000 10000 1111001 0 1011101 101110 1100 101001010 1010111 101111

Color Harmonies of #E01079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01079

Black with #E01079

Text Example


Text Example

White with #E01079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01079; }

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

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

background-color css

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

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

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

border-color css

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

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

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