Html Css Color HEX #E7096D Ruby

📋 copy color: '#E7096D'

red 231 ◦ green 9 ◦ blue 109

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

Shades of Ruby #E7096D

Tints of Ruby #E7096D

RGB

 RED value IS 231 (90.63% from 255) = 66.19%

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

 BLUE value IS 109 (42.97% from 255) = 31.23%

R = 66.19%
G = 2.58%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E7096D (or 0xE7096D) is known color: Ruby. HEX triplet: E7, 09 and 6D. RGB value is (231,9,109). Sum of RGB (Red+Green+Blue) = 231+9+109=349 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66.19% from 349); Green value is 9 (3.91% from 255 or 2.58% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 231 - color contains mainly: red. Hex color #E7096D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7096D is #18F692. Grayscale: #565656. Windows color (decimal): -1635987 or 7145959. OLE color: 7145959.

HSL color Cylindrical-coordinate representation of color #E7096D: hue angle of 332.97º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E7096D is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 9 109 -
CMYK 0 0.96 0.53 0.09
HSL 332.97º 0.93% 0.47% -
HSV(B) 332.97º 0.96% 0.91% -
XYZ 35.81 18.29 16.11 -
YUV 86.78 140.55 230.87 -
System Red Green Blue C M Y K H S L
Decimal 231 9 109 0 0.96 0.53 0.09 332.97 0.93 0.47
Hex E7 9 6D 0 60 35 9 14D 5C 2F
Octal 347 11 155 0 140 65 11 515 134 57
Binary 11100111 1001 1101101 0 1100000 110101 1001 101001101 1011100 101111

Color Harmonies of #E7096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7096D

Black with #E7096D

Text Example


Text Example

White with #E7096D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7096D; }

 p { color: rgb(231,9,109); }

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

background-color css

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

 a { background-color: rgb(231,9,109); }

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

border-color css

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

 span { border-color: rgb(231,9,109); }

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