Html Css Color HEX #E91955 Ruby

📋 copy color: '#E91955'

red 233 ◦ green 25 ◦ blue 85

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

Shades of Ruby #E91955

Tints of Ruby #E91955

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.29%

 BLUE value IS 85 (33.59% from 255) = 24.78%

R = 67.93%
G = 7.29%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#E91955 (or 0xE91955) is known color: Ruby. HEX triplet: E9, 19 and 55. RGB value is (233,25,85). Sum of RGB (Red+Green+Blue) = 233+25+85=343 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.93% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 233 - color contains mainly: red. Hex color #E91955 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91955 is #16E6AA. Grayscale: #5D5D5D. Windows color (decimal): -1500843 or 5577193. OLE color: 5577193.

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

Color convert

RGB 233 25 85 -
CMYK 0 0.89 0.64 0.09
HSL 342.69º 0.83% 0.51% -
HSV(B) 342.69º 0.89% 0.91% -
XYZ 35.59 18.67 10.32 -
YUV 94.03 122.91 227.12 -
System Red Green Blue C M Y K H S L
Decimal 233 25 85 0 0.89 0.64 0.09 342.69 0.83 0.51
Hex E9 19 55 0 59 40 9 157 53 33
Octal 351 31 125 0 131 100 11 527 123 63
Binary 11101001 11001 1010101 0 1011001 1000000 1001 101010111 1010011 110011

Color Harmonies of #E91955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91955

Black with #E91955

Text Example


Text Example

White with #E91955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91955; }

 p { color: rgb(233,25,85); }

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

background-color css

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

 a { background-color: rgb(233,25,85); }

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

border-color css

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

 span { border-color: rgb(233,25,85); }

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