Html Css Color HEX #E0097A Ruby

📋 copy color: '#E0097A'

red 224 ◦ green 9 ◦ blue 122

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

Shades of Ruby #E0097A

Tints of Ruby #E0097A

RGB

 RED value IS 224 (87.89% from 255) = 63.1%

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

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

R = 63.1%
G = 2.54%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E0097A (or 0xE0097A) is known color: Ruby. HEX triplet: E0, 09 and 7A. RGB value is (224,9,122). Sum of RGB (Red+Green+Blue) = 224+9+122=355 (47% of max value = 765). Red value is 224 (87.89% from 255 or 63.10% from 355); Green value is 9 (3.91% from 255 or 2.54% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 224 - color contains mainly: red. Hex color #E0097A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0097A is #1FF685. Grayscale: #555555. Windows color (decimal): -2094726 or 7997920. OLE color: 7997920.

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

Color convert

RGB 224 9 122 -
CMYK 0 0.96 0.46 0.12
HSL 328.47º 0.92% 0.46% -
HSV(B) 328.47º 0.96% 0.88% -
XYZ 34.35 17.45 19.97 -
YUV 86.17 148.23 226.31 -
System Red Green Blue C M Y K H S L
Decimal 224 9 122 0 0.96 0.46 0.12 328.47 0.92 0.46
Hex E0 9 7A 0 60 2E C 148 5C 2E
Octal 340 11 172 0 140 56 14 510 134 56
Binary 11100000 1001 1111010 0 1100000 101110 1100 101001000 1011100 101110

Color Harmonies of #E0097A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0097A

Black with #E0097A

Text Example


Text Example

White with #E0097A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0097A; }

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

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

background-color css

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

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

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

border-color css

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

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

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