Html Css Color HEX #E1165A Ruby

📋 copy color: '#E1165A'

red 225 ◦ green 22 ◦ blue 90

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

Shades of Ruby #E1165A

Tints of Ruby #E1165A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.71%

R = 66.77%
G = 6.53%
B = 26.71%

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

#E1165A (or 0xE1165A) is known color: Ruby. HEX triplet: E1, 16 and 5A. RGB value is (225,22,90). Sum of RGB (Red+Green+Blue) = 225+22+90=337 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.77% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 225 - color contains mainly: red. Hex color #E1165A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1165A is #1EE9A5. Grayscale: #5A5A5A. Windows color (decimal): -2025894 or 5904097. OLE color: 5904097.

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

Color convert

RGB 225 22 90 -
CMYK 0 0.90 0.60 0.12
HSL 339.9º 0.82% 0.48% -
HSV(B) 339.9º 0.9% 0.88% -
XYZ 33.18 17.32 11.27 -
YUV 90.45 127.75 223.97 -
System Red Green Blue C M Y K H S L
Decimal 225 22 90 0 0.90 0.60 0.12 339.9 0.82 0.48
Hex E1 16 5A 0 5A 3C C 154 52 30
Octal 341 26 132 0 132 74 14 524 122 60
Binary 11100001 10110 1011010 0 1011010 111100 1100 101010100 1010010 110000

Color Harmonies of #E1165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1165A

Black with #E1165A

Text Example


Text Example

White with #E1165A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1165A; }

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

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

background-color css

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

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

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

border-color css

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

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

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