Html Css Color HEX #E91C5B Ruby

📋 copy color: '#E91C5B'

red 233 ◦ green 28 ◦ blue 91

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

Shades of Ruby #E91C5B

Tints of Ruby #E91C5B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.95%

 BLUE value IS 91 (35.94% from 255) = 25.85%

R = 66.19%
G = 7.95%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E91C5B (or 0xE91C5B) is known color: Ruby. HEX triplet: E9, 1C and 5B. RGB value is (233,28,91). Sum of RGB (Red+Green+Blue) = 233+28+91=352 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.19% from 352); Green value is 28 (11.33% from 255 or 7.95% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 233 - color contains mainly: red. Hex color #E91C5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91C5B is #16E3A4. Grayscale: #606060. Windows color (decimal): -1500069 or 5971177. OLE color: 5971177.

HSL color Cylindrical-coordinate representation of color #E91C5B: hue angle of 341.56º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E91C5B is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 28 91 -
CMYK 0 0.88 0.61 0.09
HSL 341.56º 0.82% 0.51% -
HSV(B) 341.56º 0.88% 0.91% -
XYZ 35.91 18.91 11.65 -
YUV 96.48 124.92 225.38 -
System Red Green Blue C M Y K H S L
Decimal 233 28 91 0 0.88 0.61 0.09 341.56 0.82 0.51
Hex E9 1C 5B 0 58 3D 9 156 52 33
Octal 351 34 133 0 130 75 11 526 122 63
Binary 11101001 11100 1011011 0 1011000 111101 1001 101010110 1010010 110011

Color Harmonies of #E91C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91C5B

Black with #E91C5B

Text Example


Text Example

White with #E91C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91C5B; }

 p { color: rgb(233,28,91); }

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

background-color css

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

 a { background-color: rgb(233,28,91); }

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

border-color css

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

 span { border-color: rgb(233,28,91); }

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