Html Css Color HEX #E91B5C Ruby

📋 copy color: '#E91B5C'

red 233 ◦ green 27 ◦ blue 92

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

Shades of Ruby #E91B5C

Tints of Ruby #E91B5C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.67%

 BLUE value IS 92 (36.33% from 255) = 26.14%

R = 66.19%
G = 7.67%
B = 26.14%

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

#E91B5C (or 0xE91B5C) is known color: Ruby. HEX triplet: E9, 1B and 5C. RGB value is (233,27,92). Sum of RGB (Red+Green+Blue) = 233+27+92=352 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.19% from 352); Green value is 27 (10.94% from 255 or 7.67% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 233 - color contains mainly: red. Hex color #E91B5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91B5C is #16E4A3. Grayscale: #5F5F5F. Windows color (decimal): -1500324 or 6036457. OLE color: 6036457.

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

Color convert

RGB 233 27 92 -
CMYK 0 0.88 0.61 0.09
HSL 341.07º 0.82% 0.51% -
HSV(B) 341.07º 0.88% 0.91% -
XYZ 35.93 18.88 11.88 -
YUV 96 125.75 225.71 -
System Red Green Blue C M Y K H S L
Decimal 233 27 92 0 0.88 0.61 0.09 341.07 0.82 0.51
Hex E9 1B 5C 0 58 3D 9 155 52 33
Octal 351 33 134 0 130 75 11 525 122 63
Binary 11101001 11011 1011100 0 1011000 111101 1001 101010101 1010010 110011

Color Harmonies of #E91B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91B5C

Black with #E91B5C

Text Example


Text Example

White with #E91B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91B5C; }

 p { color: rgb(233,27,92); }

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

background-color css

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

 a { background-color: rgb(233,27,92); }

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

border-color css

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

 span { border-color: rgb(233,27,92); }

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