Html Css Color HEX #E5195F Ruby

📋 copy color: '#E5195F'

red 229 ◦ green 25 ◦ blue 95

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

Shades of Ruby #E5195F

Tints of Ruby #E5195F

RGB

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

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

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

R = 65.62%
G = 7.16%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E5195F (or 0xE5195F) is known color: Ruby. HEX triplet: E5, 19 and 5F. RGB value is (229,25,95). Sum of RGB (Red+Green+Blue) = 229+25+95=349 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.62% from 349); Green value is 25 (10.16% from 255 or 7.16% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 229 - color contains mainly: red. Hex color #E5195F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5195F is #1AE6A0. Grayscale: #5D5D5D. Windows color (decimal): -1762977 or 6232549. OLE color: 6232549.

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

Color convert

RGB 229 25 95 -
CMYK 0 0.89 0.59 0.10
HSL 339.41º 0.8% 0.5% -
HSV(B) 339.41º 0.89% 0.9% -
XYZ 34.73 18.18 12.51 -
YUV 93.98 128.59 224.31 -
System Red Green Blue C M Y K H S L
Decimal 229 25 95 0 0.89 0.59 0.10 339.41 0.8 0.5
Hex E5 19 5F 0 59 3B A 153 50 32
Octal 345 31 137 0 131 73 12 523 120 62
Binary 11100101 11001 1011111 0 1011001 111011 1010 101010011 1010000 110010

Color Harmonies of #E5195F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5195F

Black with #E5195F

Text Example


Text Example

White with #E5195F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5195F; }

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

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

background-color css

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

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

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

border-color css

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

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

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