Html Css Color HEX #E1195F Ruby

📋 copy color: '#E1195F'

red 225 ◦ green 25 ◦ blue 95

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

Shades of Ruby #E1195F

Tints of Ruby #E1195F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.54%

R = 65.22%
G = 7.25%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E1195F (or 0xE1195F) is known color: Ruby. HEX triplet: E1, 19 and 5F. RGB value is (225,25,95). Sum of RGB (Red+Green+Blue) = 225+25+95=345 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.22% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 225 - color contains mainly: red. Hex color #E1195F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1195F is #1EE6A0. Grayscale: #5C5C5C. Windows color (decimal): -2025121 or 6232545. OLE color: 6232545.

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

Color convert

RGB 225 25 95 -
CMYK 0 0.89 0.58 0.12
HSL 339º 0.8% 0.49% -
HSV(B) 339º 0.89% 0.88% -
XYZ 33.46 17.53 12.45 -
YUV 92.78 129.26 222.31 -
System Red Green Blue C M Y K H S L
Decimal 225 25 95 0 0.89 0.58 0.12 339 0.8 0.49
Hex E1 19 5F 0 59 3A C 153 50 31
Octal 341 31 137 0 131 72 14 523 120 61
Binary 11100001 11001 1011111 0 1011001 111010 1100 101010011 1010000 110001

Color Harmonies of #E1195F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1195F

Black with #E1195F

Text Example


Text Example

White with #E1195F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1195F; }

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

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

background-color css

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

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

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

border-color css

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

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

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