Html Css Color HEX #E01077 Ruby

📋 copy color: '#E01077'

red 224 ◦ green 16 ◦ blue 119

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

Shades of Ruby #E01077

Tints of Ruby #E01077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.15%

R = 62.4%
G = 4.46%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E01077 (or 0xE01077) is known color: Ruby. HEX triplet: E0, 10 and 77. RGB value is (224,16,119). Sum of RGB (Red+Green+Blue) = 224+16+119=359 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.40% from 359); Green value is 16 (6.64% from 255 or 4.46% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 224 - color contains mainly: red. Hex color #E01077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01077 is #1FEF88. Grayscale: #595959. Windows color (decimal): -2092937 or 7803104. OLE color: 7803104.

HSL color Cylindrical-coordinate representation of color #E01077: hue angle of 330.29º 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 #E01077 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 16 119 -
CMYK 0 0.93 0.47 0.12
HSL 330.29º 0.87% 0.47% -
HSV(B) 330.29º 0.93% 0.88% -
XYZ 34.26 17.55 19.03 -
YUV 89.93 144.41 223.62 -
System Red Green Blue C M Y K H S L
Decimal 224 16 119 0 0.93 0.47 0.12 330.29 0.87 0.47
Hex E0 10 77 0 5D 2F C 14A 57 2F
Octal 340 20 167 0 135 57 14 512 127 57
Binary 11100000 10000 1110111 0 1011101 101111 1100 101001010 1010111 101111

Color Harmonies of #E01077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01077

Black with #E01077

Text Example


Text Example

White with #E01077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01077; }

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

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

background-color css

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

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

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

border-color css

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

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

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