Html Css Color HEX #E2097A Ruby

📋 copy color: '#E2097A'

red 226 ◦ green 9 ◦ blue 122

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

Shades of Ruby #E2097A

Tints of Ruby #E2097A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.17%

R = 63.31%
G = 2.52%
B = 34.17%

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

#E2097A (or 0xE2097A) is known color: Ruby. HEX triplet: E2, 09 and 7A. RGB value is (226,9,122). Sum of RGB (Red+Green+Blue) = 226+9+122=357 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.31% from 357); Green value is 9 (3.91% from 255 or 2.52% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 226 - color contains mainly: red. Hex color #E2097A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2097A is #1DF685. Grayscale: #565656. Windows color (decimal): -1963654 or 7997922. OLE color: 7997922.

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

Color convert

RGB 226 9 122 -
CMYK 0 0.96 0.46 0.11
HSL 328.76º 0.92% 0.46% -
HSV(B) 328.76º 0.96% 0.89% -
XYZ 34.97 17.77 20 -
YUV 86.77 147.89 227.31 -
System Red Green Blue C M Y K H S L
Decimal 226 9 122 0 0.96 0.46 0.11 328.76 0.92 0.46
Hex E2 9 7A 0 60 2E B 149 5C 2E
Octal 342 11 172 0 140 56 13 511 134 56
Binary 11100010 1001 1111010 0 1100000 101110 1011 101001001 1011100 101110

Color Harmonies of #E2097A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2097A

Black with #E2097A

Text Example


Text Example

White with #E2097A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2097A; }

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

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

background-color css

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

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

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

border-color css

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

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

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