Html Css Color HEX #E1165C Ruby

📋 copy color: '#E1165C'

red 225 ◦ green 22 ◦ blue 92

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

Shades of Ruby #E1165C

Tints of Ruby #E1165C

RGB

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

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

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

R = 66.37%
G = 6.49%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1165C (or 0xE1165C) is known color: Ruby. HEX triplet: E1, 16 and 5C. RGB value is (225,22,92). Sum of RGB (Red+Green+Blue) = 225+22+92=339 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.37% from 339); Green value is 22 (8.98% from 255 or 6.49% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 225 - color contains mainly: red. Hex color #E1165C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1165C is #1EE9A3. Grayscale: #5A5A5A. Windows color (decimal): -2025892 or 6035169. OLE color: 6035169.

HSL color Cylindrical-coordinate representation of color #E1165C: hue angle of 339.31º 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 #E1165C is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 22 92 -
CMYK 0 0.90 0.59 0.12
HSL 339.31º 0.82% 0.48% -
HSV(B) 339.31º 0.9% 0.88% -
XYZ 33.27 17.35 11.72 -
YUV 90.68 128.75 223.81 -
System Red Green Blue C M Y K H S L
Decimal 225 22 92 0 0.90 0.59 0.12 339.31 0.82 0.48
Hex E1 16 5C 0 5A 3B C 153 52 30
Octal 341 26 134 0 132 73 14 523 122 60
Binary 11100001 10110 1011100 0 1011010 111011 1100 101010011 1010010 110000

Color Harmonies of #E1165C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1165C

Black with #E1165C

Text Example


Text Example

White with #E1165C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1165C; }

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

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

background-color css

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

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

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

border-color css

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

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

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