Html Css Color HEX #E1195D Ruby

📋 copy color: '#E1195D'

red 225 ◦ green 25 ◦ blue 93

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

Shades of Ruby #E1195D

Tints of Ruby #E1195D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.11%

R = 65.6%
G = 7.29%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1195D (or 0xE1195D) is known color: Ruby. HEX triplet: E1, 19 and 5D. RGB value is (225,25,93). Sum of RGB (Red+Green+Blue) = 225+25+93=343 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.60% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 225 - color contains mainly: red. Hex color #E1195D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1195D is #1EE6A2. Grayscale: #5C5C5C. Windows color (decimal): -2025123 or 6101473. OLE color: 6101473.

HSL color Cylindrical-coordinate representation of color #E1195D: hue angle of 339.6º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E1195D is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 25 93 -
CMYK 0 0.89 0.59 0.12
HSL 339.6º 0.8% 0.49% -
HSV(B) 339.6º 0.89% 0.88% -
XYZ 33.37 17.49 11.97 -
YUV 92.55 128.26 222.47 -
System Red Green Blue C M Y K H S L
Decimal 225 25 93 0 0.89 0.59 0.12 339.6 0.8 0.49
Hex E1 19 5D 0 59 3B C 154 50 31
Octal 341 31 135 0 131 73 14 524 120 61
Binary 11100001 11001 1011101 0 1011001 111011 1100 101010100 1010000 110001

Color Harmonies of #E1195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1195D

Black with #E1195D

Text Example


Text Example

White with #E1195D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1195D; }

 p { color: rgb(225,25,93); }

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

background-color css

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

 a { background-color: rgb(225,25,93); }

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

border-color css

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

 span { border-color: rgb(225,25,93); }

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