Html Css Color HEX #E91064 Ruby

📋 copy color: '#E91064'

red 233 ◦ green 16 ◦ blue 100

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

Shades of Ruby #E91064

Tints of Ruby #E91064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 28.65%

R = 66.76%
G = 4.58%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E91064 (or 0xE91064) is known color: Ruby. HEX triplet: E9, 10 and 64. RGB value is (233,16,100). Sum of RGB (Red+Green+Blue) = 233+16+100=349 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.76% from 349); Green value is 16 (6.64% from 255 or 4.58% from 349); Blue value is 100 (39.45% from 255 or 28.65% from 349); Max value from RGB is 233 - color contains mainly: red. Hex color #E91064 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91064 is #16EF9B. Grayscale: #5A5A5A. Windows color (decimal): -1503132 or 6557929. OLE color: 6557929.

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

Color convert

RGB 233 16 100 -
CMYK 0 0.93 0.57 0.09
HSL 336.77º 0.87% 0.49% -
HSV(B) 336.77º 0.93% 0.91% -
XYZ 36.09 18.61 13.75 -
YUV 90.46 133.39 229.67 -
System Red Green Blue C M Y K H S L
Decimal 233 16 100 0 0.93 0.57 0.09 336.77 0.87 0.49
Hex E9 10 64 0 5D 39 9 151 57 31
Octal 351 20 144 0 135 71 11 521 127 61
Binary 11101001 10000 1100100 0 1011101 111001 1001 101010001 1010111 110001

Color Harmonies of #E91064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91064

Black with #E91064

Text Example


Text Example

White with #E91064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91064; }

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

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

background-color css

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

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

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

border-color css

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

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

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