Html Css Color HEX #E9097A Ruby

📋 copy color: '#E9097A'

red 233 ◦ green 9 ◦ blue 122

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

Shades of Ruby #E9097A

Tints of Ruby #E9097A

RGB

 RED value IS 233 (91.41% from 255) = 64.01%

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

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

R = 64.01%
G = 2.47%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E9097A (or 0xE9097A) is known color: Ruby. HEX triplet: E9, 09 and 7A. RGB value is (233,9,122). Sum of RGB (Red+Green+Blue) = 233+9+122=364 (48% of max value = 765). Red value is 233 (91.41% from 255 or 64.01% from 364); Green value is 9 (3.91% from 255 or 2.47% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 233 - color contains mainly: red. Hex color #E9097A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9097A is #16F685. Grayscale: #585858. Windows color (decimal): -1504902 or 7997929. OLE color: 7997929.

HSL color Cylindrical-coordinate representation of color #E9097A: hue angle of 329.73º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E9097A is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 9 122 -
CMYK 0 0.96 0.48 0.09
HSL 329.73º 0.93% 0.47% -
HSV(B) 329.73º 0.96% 0.91% -
XYZ 37.21 18.92 20.1 -
YUV 88.86 146.71 230.81 -
System Red Green Blue C M Y K H S L
Decimal 233 9 122 0 0.96 0.48 0.09 329.73 0.93 0.47
Hex E9 9 7A 0 60 30 9 14A 5D 2F
Octal 351 11 172 0 140 60 11 512 135 57
Binary 11101001 1001 1111010 0 1100000 110000 1001 101001010 1011101 101111

Color Harmonies of #E9097A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9097A

Black with #E9097A

Text Example


Text Example

White with #E9097A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9097A; }

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

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

background-color css

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

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

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

border-color css

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

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

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