Html Css Color HEX #E2097B Ruby

📋 copy color: '#E2097B'

red 226 ◦ green 9 ◦ blue 123

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

Shades of Ruby #E2097B

Tints of Ruby #E2097B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.36%

R = 63.13%
G = 2.51%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E2097B (or 0xE2097B) is known color: Ruby. HEX triplet: E2, 09 and 7B. RGB value is (226,9,123). Sum of RGB (Red+Green+Blue) = 226+9+123=358 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.13% from 358); Green value is 9 (3.91% from 255 or 2.51% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 226 - color contains mainly: red. Hex color #E2097B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2097B is #1DF684. Grayscale: #565656. Windows color (decimal): -1963653 or 8063458. OLE color: 8063458.

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

Color convert

RGB 226 9 123 -
CMYK 0 0.96 0.46 0.11
HSL 328.48º 0.92% 0.46% -
HSV(B) 328.48º 0.96% 0.89% -
XYZ 35.04 17.79 20.33 -
YUV 86.88 148.39 227.23 -
System Red Green Blue C M Y K H S L
Decimal 226 9 123 0 0.96 0.46 0.11 328.48 0.92 0.46
Hex E2 9 7B 0 60 2E B 148 5C 2E
Octal 342 11 173 0 140 56 13 510 134 56
Binary 11100010 1001 1111011 0 1100000 101110 1011 101001000 1011100 101110

Color Harmonies of #E2097B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2097B

Black with #E2097B

Text Example


Text Example

White with #E2097B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2097B; }

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

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

background-color css

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

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

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

border-color css

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

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

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