Html Css Color HEX #E3096C Ruby

📋 copy color: '#E3096C'

red 227 ◦ green 9 ◦ blue 108

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

Shades of Ruby #E3096C

Tints of Ruby #E3096C

RGB

 RED value IS 227 (89.06% from 255) = 65.99%

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

 BLUE value IS 108 (42.58% from 255) = 31.4%

R = 65.99%
G = 2.62%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E3096C (or 0xE3096C) is known color: Ruby. HEX triplet: E3, 09 and 6C. RGB value is (227,9,108). Sum of RGB (Red+Green+Blue) = 227+9+108=344 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.99% from 344); Green value is 9 (3.91% from 255 or 2.62% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 227 - color contains mainly: red. Hex color #E3096C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3096C is #1CF693. Grayscale: #555555. Windows color (decimal): -1898132 or 7080419. OLE color: 7080419.

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

Color convert

RGB 227 9 108 -
CMYK 0 0.96 0.52 0.11
HSL 332.75º 0.92% 0.46% -
HSV(B) 332.75º 0.96% 0.89% -
XYZ 34.48 17.61 15.77 -
YUV 85.47 140.72 228.95 -
System Red Green Blue C M Y K H S L
Decimal 227 9 108 0 0.96 0.52 0.11 332.75 0.92 0.46
Hex E3 9 6C 0 60 34 B 14D 5C 2E
Octal 343 11 154 0 140 64 13 515 134 56
Binary 11100011 1001 1101100 0 1100000 110100 1011 101001101 1011100 101110

Color Harmonies of #E3096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3096C

Black with #E3096C

Text Example


Text Example

White with #E3096C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3096C; }

 p { color: rgb(227,9,108); }

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

background-color css

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

 a { background-color: rgb(227,9,108); }

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

border-color css

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

 span { border-color: rgb(227,9,108); }

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