Html Css Color HEX #E7096E Ruby

📋 copy color: '#E7096E'

red 231 ◦ green 9 ◦ blue 110

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

Shades of Ruby #E7096E

Tints of Ruby #E7096E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.43%

R = 66%
G = 2.57%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E7096E (or 0xE7096E) is known color: Ruby. HEX triplet: E7, 09 and 6E. RGB value is (231,9,110). Sum of RGB (Red+Green+Blue) = 231+9+110=350 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 231 - color contains mainly: red. Hex color #E7096E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7096E is #18F691. Grayscale: #565656. Windows color (decimal): -1635986 or 7211495. OLE color: 7211495.

HSL color Cylindrical-coordinate representation of color #E7096E: hue angle of 332.7º 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 #E7096E is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 9 110 -
CMYK 0 0.96 0.52 0.09
HSL 332.7º 0.93% 0.47% -
HSV(B) 332.7º 0.96% 0.91% -
XYZ 35.87 18.31 16.4 -
YUV 86.89 141.05 230.79 -
System Red Green Blue C M Y K H S L
Decimal 231 9 110 0 0.96 0.52 0.09 332.7 0.93 0.47
Hex E7 9 6E 0 60 34 9 14D 5C 2F
Octal 347 11 156 0 140 64 11 515 134 57
Binary 11100111 1001 1101110 0 1100000 110100 1001 101001101 1011100 101111

Color Harmonies of #E7096E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7096E

Black with #E7096E

Text Example


Text Example

White with #E7096E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7096E; }

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

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

background-color css

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

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

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

border-color css

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

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

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