Html Css Color HEX #E10776 Ruby

📋 copy color: '#E10776'

red 225 ◦ green 7 ◦ blue 118

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

Shades of Ruby #E10776

Tints of Ruby #E10776

RGB

 RED value IS 225 (88.28% from 255) = 64.29%

 GREEN value IS 7 (3.13% from 255) = 2%

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

R = 64.29%
G = 2%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E10776 (or 0xE10776) is known color: Ruby. HEX triplet: E1, 07 and 76. RGB value is (225,7,118). Sum of RGB (Red+Green+Blue) = 225+7+118=350 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.29% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 225 - color contains mainly: red. Hex color #E10776 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10776 is #1EF889. Grayscale: #545454. Windows color (decimal): -2029706 or 7735265. OLE color: 7735265.

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

Color convert

RGB 225 7 118 -
CMYK 0 0.97 0.48 0.12
HSL 329.45º 0.94% 0.45% -
HSV(B) 329.45º 0.97% 0.88% -
XYZ 34.4 17.47 18.7 -
YUV 84.84 146.72 227.97 -
System Red Green Blue C M Y K H S L
Decimal 225 7 118 0 0.97 0.48 0.12 329.45 0.94 0.45
Hex E1 7 76 0 61 30 C 149 5E 2D
Octal 341 7 166 0 141 60 14 511 136 55
Binary 11100001 111 1110110 0 1100001 110000 1100 101001001 1011110 101101

Color Harmonies of #E10776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10776

Black with #E10776

Text Example


Text Example

White with #E10776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10776; }

 p { color: rgb(225,7,118); }

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

background-color css

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

 a { background-color: rgb(225,7,118); }

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

border-color css

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

 span { border-color: rgb(225,7,118); }

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