Html Css Color HEX #E91076 Ruby

📋 copy color: '#E91076'

red 233 ◦ green 16 ◦ blue 118

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

Shades of Ruby #E91076

Tints of Ruby #E91076

RGB

 RED value IS 233 (91.41% from 255) = 63.49%

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

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

R = 63.49%
G = 4.36%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E91076 (or 0xE91076) is known color: Ruby. HEX triplet: E9, 10 and 76. RGB value is (233,16,118). Sum of RGB (Red+Green+Blue) = 233+16+118=367 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.49% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 233 - color contains mainly: red. Hex color #E91076 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91076 is #16EF89. Grayscale: #5C5C5C. Windows color (decimal): -1503114 or 7737577. OLE color: 7737577.

HSL color Cylindrical-coordinate representation of color #E91076: hue angle of 331.8º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E91076 is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 16 118 -
CMYK 0 0.93 0.49 0.09
HSL 331.8º 0.87% 0.49% -
HSV(B) 331.8º 0.93% 0.91% -
XYZ 37.06 19 18.85 -
YUV 92.51 142.39 228.21 -
System Red Green Blue C M Y K H S L
Decimal 233 16 118 0 0.93 0.49 0.09 331.8 0.87 0.49
Hex E9 10 76 0 5D 31 9 14C 57 31
Octal 351 20 166 0 135 61 11 514 127 61
Binary 11101001 10000 1110110 0 1011101 110001 1001 101001100 1010111 110001

Color Harmonies of #E91076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91076

Black with #E91076

Text Example


Text Example

White with #E91076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91076; }

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

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

background-color css

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

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

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

border-color css

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

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

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