Html Css Color HEX #E2096D Ruby

📋 copy color: '#E2096D'

red 226 ◦ green 9 ◦ blue 109

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

Shades of Ruby #E2096D

Tints of Ruby #E2096D

RGB

 RED value IS 226 (88.67% from 255) = 65.7%

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

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

R = 65.7%
G = 2.62%
B = 31.69%

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

#E2096D (or 0xE2096D) is known color: Ruby. HEX triplet: E2, 09 and 6D. RGB value is (226,9,109). Sum of RGB (Red+Green+Blue) = 226+9+109=344 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.70% from 344); Green value is 9 (3.91% from 255 or 2.62% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 226 - color contains mainly: red. Hex color #E2096D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2096D is #1DF692. Grayscale: #555555. Windows color (decimal): -1963667 or 7145954. OLE color: 7145954.

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

Color convert

RGB 226 9 109 -
CMYK 0 0.96 0.52 0.11
HSL 332.35º 0.92% 0.46% -
HSV(B) 332.35º 0.96% 0.89% -
XYZ 34.22 17.47 16.04 -
YUV 85.28 141.39 228.37 -
System Red Green Blue C M Y K H S L
Decimal 226 9 109 0 0.96 0.52 0.11 332.35 0.92 0.46
Hex E2 9 6D 0 60 34 B 14C 5C 2E
Octal 342 11 155 0 140 64 13 514 134 56
Binary 11100010 1001 1101101 0 1100000 110100 1011 101001100 1011100 101110

Color Harmonies of #E2096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2096D

Black with #E2096D

Text Example


Text Example

White with #E2096D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2096D; }

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

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

background-color css

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

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

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

border-color css

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

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

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