Html Css Color HEX #E91969 Ruby

📋 copy color: '#E91969'

red 233 ◦ green 25 ◦ blue 105

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

Shades of Ruby #E91969

Tints of Ruby #E91969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.93%

R = 64.19%
G = 6.89%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E91969 (or 0xE91969) is known color: Ruby. HEX triplet: E9, 19 and 69. RGB value is (233,25,105). Sum of RGB (Red+Green+Blue) = 233+25+105=363 (48% of max value = 765). Red value is 233 (91.41% from 255 or 64.19% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 233 - color contains mainly: red. Hex color #E91969 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91969 is #16E696. Grayscale: #606060. Windows color (decimal): -1500823 or 6887913. OLE color: 6887913.

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

Color convert

RGB 233 25 105 -
CMYK 0 0.89 0.55 0.09
HSL 336.92º 0.83% 0.51% -
HSV(B) 336.92º 0.89% 0.91% -
XYZ 36.5 19.04 15.12 -
YUV 96.31 132.91 225.5 -
System Red Green Blue C M Y K H S L
Decimal 233 25 105 0 0.89 0.55 0.09 336.92 0.83 0.51
Hex E9 19 69 0 59 37 9 151 53 33
Octal 351 31 151 0 131 67 11 521 123 63
Binary 11101001 11001 1101001 0 1011001 110111 1001 101010001 1010011 110011

Color Harmonies of #E91969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91969

Black with #E91969

Text Example


Text Example

White with #E91969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91969; }

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

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

background-color css

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

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

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

border-color css

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

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

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