Html Css Color HEX #E1175F Ruby

📋 copy color: '#E1175F'

red 225 ◦ green 23 ◦ blue 95

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

Shades of Ruby #E1175F

Tints of Ruby #E1175F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.71%

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

R = 65.6%
G = 6.71%
B = 27.7%

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

#E1175F (or 0xE1175F) is known color: Ruby. HEX triplet: E1, 17 and 5F. RGB value is (225,23,95). Sum of RGB (Red+Green+Blue) = 225+23+95=343 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.60% from 343); Green value is 23 (9.38% from 255 or 6.71% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 225 - color contains mainly: red. Hex color #E1175F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1175F is #1EE8A0. Grayscale: #5B5B5B. Windows color (decimal): -2025633 or 6232033. OLE color: 6232033.

HSL color Cylindrical-coordinate representation of color #E1175F: hue angle of 338.61º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E1175F is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 23 95 -
CMYK 0 0.90 0.58 0.12
HSL 338.61º 0.81% 0.49% -
HSV(B) 338.61º 0.9% 0.88% -
XYZ 33.42 17.45 12.43 -
YUV 91.61 129.92 223.15 -
System Red Green Blue C M Y K H S L
Decimal 225 23 95 0 0.90 0.58 0.12 338.61 0.81 0.49
Hex E1 17 5F 0 5A 3A C 153 51 31
Octal 341 27 137 0 132 72 14 523 121 61
Binary 11100001 10111 1011111 0 1011010 111010 1100 101010011 1010001 110001

Color Harmonies of #E1175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1175F

Black with #E1175F

Text Example


Text Example

White with #E1175F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1175F; }

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

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

background-color css

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

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

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

border-color css

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

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

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