Html Css Color HEX #E91465 Ruby

📋 copy color: '#E91465'

red 233 ◦ green 20 ◦ blue 101

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

Shades of Ruby #E91465

Tints of Ruby #E91465

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.65%

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

R = 65.82%
G = 5.65%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E91465 (or 0xE91465) is known color: Ruby. HEX triplet: E9, 14 and 65. RGB value is (233,20,101). Sum of RGB (Red+Green+Blue) = 233+20+101=354 (46% of max value = 765). Red value is 233 (91.41% from 255 or 65.82% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 233 - color contains mainly: red. Hex color #E91465 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91465 is #16EB9A. Grayscale: #5C5C5C. Windows color (decimal): -1502107 or 6624489. OLE color: 6624489.

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

Color convert

RGB 233 20 101 -
CMYK 0 0.91 0.57 0.09
HSL 337.18º 0.84% 0.5% -
HSV(B) 337.18º 0.91% 0.91% -
XYZ 36.2 18.76 14.03 -
YUV 92.92 132.57 227.91 -
System Red Green Blue C M Y K H S L
Decimal 233 20 101 0 0.91 0.57 0.09 337.18 0.84 0.5
Hex E9 14 65 0 5B 39 9 151 54 32
Octal 351 24 145 0 133 71 11 521 124 62
Binary 11101001 10100 1100101 0 1011011 111001 1001 101010001 1010100 110010

Color Harmonies of #E91465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91465

Black with #E91465

Text Example


Text Example

White with #E91465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91465; }

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

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

background-color css

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

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

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

border-color css

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

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

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