Html Css Color HEX #E5175F Ruby

📋 copy color: '#E5175F'

red 229 ◦ green 23 ◦ blue 95

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

Shades of Ruby #E5175F

Tints of Ruby #E5175F

RGB

 RED value IS 229 (89.84% from 255) = 65.99%

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

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

R = 65.99%
G = 6.63%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E5175F (or 0xE5175F) is known color: Ruby. HEX triplet: E5, 17 and 5F. RGB value is (229,23,95). Sum of RGB (Red+Green+Blue) = 229+23+95=347 (45% of max value = 765). Red value is 229 (89.84% from 255 or 65.99% from 347); Green value is 23 (9.38% from 255 or 6.63% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 229 - color contains mainly: red. Hex color #E5175F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5175F is #1AE8A0. Grayscale: #5C5C5C. Windows color (decimal): -1763489 or 6232037. OLE color: 6232037.

HSL color Cylindrical-coordinate representation of color #E5175F: hue angle of 339.03º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5175F is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 23 95 -
CMYK 0 0.90 0.59 0.10
HSL 339.03º 0.82% 0.49% -
HSV(B) 339.03º 0.9% 0.9% -
XYZ 34.69 18.1 12.49 -
YUV 92.8 129.25 225.15 -
System Red Green Blue C M Y K H S L
Decimal 229 23 95 0 0.90 0.59 0.10 339.03 0.82 0.49
Hex E5 17 5F 0 5A 3B A 153 52 31
Octal 345 27 137 0 132 73 12 523 122 61
Binary 11100101 10111 1011111 0 1011010 111011 1010 101010011 1010010 110001

Color Harmonies of #E5175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5175F

Black with #E5175F

Text Example


Text Example

White with #E5175F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5175F; }

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

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

background-color css

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

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

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

border-color css

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

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

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