Html Css Color HEX #E5096F Ruby

📋 copy color: '#E5096F'

red 229 ◦ green 9 ◦ blue 111

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

Shades of Ruby #E5096F

Tints of Ruby #E5096F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.58%

 BLUE value IS 111 (43.75% from 255) = 31.81%

R = 65.62%
G = 2.58%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E5096F (or 0xE5096F) is known color: Ruby. HEX triplet: E5, 09 and 6F. RGB value is (229,9,111). Sum of RGB (Red+Green+Blue) = 229+9+111=349 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.62% from 349); Green value is 9 (3.91% from 255 or 2.58% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 229 - color contains mainly: red. Hex color #E5096F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5096F is #1AF690. Grayscale: #565656. Windows color (decimal): -1767057 or 7277029. OLE color: 7277029.

HSL color Cylindrical-coordinate representation of color #E5096F: hue angle of 332.18º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E5096F is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 9 111 -
CMYK 0 0.96 0.52 0.10
HSL 332.18º 0.92% 0.47% -
HSV(B) 332.18º 0.96% 0.9% -
XYZ 35.28 18 16.65 -
YUV 86.41 141.89 229.71 -
System Red Green Blue C M Y K H S L
Decimal 229 9 111 0 0.96 0.52 0.10 332.18 0.92 0.47
Hex E5 9 6F 0 60 34 A 14C 5C 2F
Octal 345 11 157 0 140 64 12 514 134 57
Binary 11100101 1001 1101111 0 1100000 110100 1010 101001100 1011100 101111

Color Harmonies of #E5096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5096F

Black with #E5096F

Text Example


Text Example

White with #E5096F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5096F; }

 p { color: rgb(229,9,111); }

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

background-color css

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

 a { background-color: rgb(229,9,111); }

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

border-color css

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

 span { border-color: rgb(229,9,111); }

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