Html Css Color HEX #E6097A Ruby

📋 copy color: '#E6097A'

red 230 ◦ green 9 ◦ blue 122

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

Shades of Ruby #E6097A

Tints of Ruby #E6097A

RGB

 RED value IS 230 (90.23% from 255) = 63.71%

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

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

R = 63.71%
G = 2.49%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E6097A (or 0xE6097A) is known color: Ruby. HEX triplet: E6, 09 and 7A. RGB value is (230,9,122). Sum of RGB (Red+Green+Blue) = 230+9+122=361 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.71% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 230 - color contains mainly: red. Hex color #E6097A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6097A is #19F685. Grayscale: #575757. Windows color (decimal): -1701510 or 7997926. OLE color: 7997926.

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

Color convert

RGB 230 9 122 -
CMYK 0 0.96 0.47 0.10
HSL 329.32º 0.92% 0.47% -
HSV(B) 329.32º 0.96% 0.9% -
XYZ 36.24 18.42 20.06 -
YUV 87.96 147.22 229.31 -
System Red Green Blue C M Y K H S L
Decimal 230 9 122 0 0.96 0.47 0.10 329.32 0.92 0.47
Hex E6 9 7A 0 60 2F A 149 5C 2F
Octal 346 11 172 0 140 57 12 511 134 57
Binary 11100110 1001 1111010 0 1100000 101111 1010 101001001 1011100 101111

Color Harmonies of #E6097A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6097A

Black with #E6097A

Text Example


Text Example

White with #E6097A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6097A; }

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

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

background-color css

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

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

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

border-color css

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

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

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