Html Css Color HEX #E91065 Ruby

📋 copy color: '#E91065'

red 233 ◦ green 16 ◦ blue 101

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

Shades of Ruby #E91065

Tints of Ruby #E91065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.86%

R = 66.57%
G = 4.57%
B = 28.86%

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

#E91065 (or 0xE91065) is known color: Ruby. HEX triplet: E9, 10 and 65. RGB value is (233,16,101). Sum of RGB (Red+Green+Blue) = 233+16+101=350 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.57% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 233 - color contains mainly: red. Hex color #E91065 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91065 is #16EF9A. Grayscale: #5A5A5A. Windows color (decimal): -1503131 or 6623465. OLE color: 6623465.

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

Color convert

RGB 233 16 101 -
CMYK 0 0.93 0.57 0.09
HSL 336.5º 0.87% 0.49% -
HSV(B) 336.5º 0.93% 0.91% -
XYZ 36.14 18.63 14 -
YUV 90.57 133.89 229.59 -
System Red Green Blue C M Y K H S L
Decimal 233 16 101 0 0.93 0.57 0.09 336.5 0.87 0.49
Hex E9 10 65 0 5D 39 9 150 57 31
Octal 351 20 145 0 135 71 11 520 127 61
Binary 11101001 10000 1100101 0 1011101 111001 1001 101010000 1010111 110001

Color Harmonies of #E91065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91065

Black with #E91065

Text Example


Text Example

White with #E91065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91065; }

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

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

background-color css

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

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

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

border-color css

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

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

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