Html Css Color HEX #E1165B Ruby

📋 copy color: '#E1165B'

red 225 ◦ green 22 ◦ blue 91

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

Shades of Ruby #E1165B

Tints of Ruby #E1165B

RGB

 RED value IS 225 (88.28% from 255) = 66.57%

 GREEN value IS 22 (8.98% from 255) = 6.51%

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

R = 66.57%
G = 6.51%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E1165B (or 0xE1165B) is known color: Ruby. HEX triplet: E1, 16 and 5B. RGB value is (225,22,91). Sum of RGB (Red+Green+Blue) = 225+22+91=338 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.57% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 225 - color contains mainly: red. Hex color #E1165B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1165B is #1EE9A4. Grayscale: #5A5A5A. Windows color (decimal): -2025893 or 5969633. OLE color: 5969633.

HSL color Cylindrical-coordinate representation of color #E1165B: hue angle of 339.61º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E1165B is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 22 91 -
CMYK 0 0.90 0.60 0.12
HSL 339.61º 0.82% 0.48% -
HSV(B) 339.61º 0.9% 0.88% -
XYZ 33.23 17.34 11.49 -
YUV 90.56 128.25 223.89 -
System Red Green Blue C M Y K H S L
Decimal 225 22 91 0 0.90 0.60 0.12 339.61 0.82 0.48
Hex E1 16 5B 0 5A 3C C 154 52 30
Octal 341 26 133 0 132 74 14 524 122 60
Binary 11100001 10110 1011011 0 1011010 111100 1100 101010100 1010010 110000

Color Harmonies of #E1165B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1165B

Black with #E1165B

Text Example


Text Example

White with #E1165B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1165B; }

 p { color: rgb(225,22,91); }

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

background-color css

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

 a { background-color: rgb(225,22,91); }

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

border-color css

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

 span { border-color: rgb(225,22,91); }

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