Html Css Color HEX #E1165E Ruby

📋 copy color: '#E1165E'

red 225 ◦ green 22 ◦ blue 94

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

Shades of Ruby #E1165E

Tints of Ruby #E1165E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.57%

R = 65.98%
G = 6.45%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E1165E (or 0xE1165E) is known color: Ruby. HEX triplet: E1, 16 and 5E. RGB value is (225,22,94). Sum of RGB (Red+Green+Blue) = 225+22+94=341 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.98% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 225 - color contains mainly: red. Hex color #E1165E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1165E is #1EE9A1. Grayscale: #5A5A5A. Windows color (decimal): -2025890 or 6166241. OLE color: 6166241.

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

Color convert

RGB 225 22 94 -
CMYK 0 0.90 0.58 0.12
HSL 338.72º 0.82% 0.48% -
HSV(B) 338.72º 0.9% 0.88% -
XYZ 33.36 17.39 12.19 -
YUV 90.91 129.75 223.65 -
System Red Green Blue C M Y K H S L
Decimal 225 22 94 0 0.90 0.58 0.12 338.72 0.82 0.48
Hex E1 16 5E 0 5A 3A C 153 52 30
Octal 341 26 136 0 132 72 14 523 122 60
Binary 11100001 10110 1011110 0 1011010 111010 1100 101010011 1010010 110000

Color Harmonies of #E1165E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1165E

Black with #E1165E

Text Example


Text Example

White with #E1165E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1165E; }

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

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

background-color css

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

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

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

border-color css

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

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

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