Html Css Color HEX #E01076 Ruby

📋 copy color: '#E01076'

red 224 ◦ green 16 ◦ blue 118

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

Shades of Ruby #E01076

Tints of Ruby #E01076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.96%

R = 62.57%
G = 4.47%
B = 32.96%

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

#E01076 (or 0xE01076) is known color: Ruby. HEX triplet: E0, 10 and 76. RGB value is (224,16,118). Sum of RGB (Red+Green+Blue) = 224+16+118=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 16 (6.64% from 255 or 4.47% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E01076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01076 is #1FEF89. Grayscale: #595959. Windows color (decimal): -2092938 or 7737568. OLE color: 7737568.

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

Color convert

RGB 224 16 118 -
CMYK 0 0.93 0.47 0.12
HSL 330.58º 0.87% 0.47% -
HSV(B) 330.58º 0.93% 0.88% -
XYZ 34.2 17.53 18.72 -
YUV 89.82 143.91 223.71 -
System Red Green Blue C M Y K H S L
Decimal 224 16 118 0 0.93 0.47 0.12 330.58 0.87 0.47
Hex E0 10 76 0 5D 2F C 14B 57 2F
Octal 340 20 166 0 135 57 14 513 127 57
Binary 11100000 10000 1110110 0 1011101 101111 1100 101001011 1010111 101111

Color Harmonies of #E01076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01076

Black with #E01076

Text Example


Text Example

White with #E01076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01076; }

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

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

background-color css

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

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

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

border-color css

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

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

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