Html Css Color HEX #E7096F Ruby

📋 copy color: '#E7096F'

red 231 ◦ green 9 ◦ blue 111

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

Shades of Ruby #E7096F

Tints of Ruby #E7096F

RGB

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

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

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

R = 65.81%
G = 2.56%
B = 31.62%

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

#E7096F (or 0xE7096F) is known color: Ruby. HEX triplet: E7, 09 and 6F. RGB value is (231,9,111). Sum of RGB (Red+Green+Blue) = 231+9+111=351 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.81% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 231 - color contains mainly: red. Hex color #E7096F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7096F is #18F690. Grayscale: #565656. Windows color (decimal): -1635985 or 7277031. OLE color: 7277031.

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

Color convert

RGB 231 9 111 -
CMYK 0 0.96 0.52 0.09
HSL 332.43º 0.93% 0.47% -
HSV(B) 332.43º 0.96% 0.91% -
XYZ 35.92 18.33 16.68 -
YUV 87.01 141.55 230.71 -
System Red Green Blue C M Y K H S L
Decimal 231 9 111 0 0.96 0.52 0.09 332.43 0.93 0.47
Hex E7 9 6F 0 60 34 9 14C 5C 2F
Octal 347 11 157 0 140 64 11 514 134 57
Binary 11100111 1001 1101111 0 1100000 110100 1001 101001100 1011100 101111

Color Harmonies of #E7096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7096F

Black with #E7096F

Text Example


Text Example

White with #E7096F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7096F; }

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

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

background-color css

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

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

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

border-color css

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

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

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