Html Css Color HEX #E6097C Ruby

📋 copy color: '#E6097C'

red 230 ◦ green 9 ◦ blue 124

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

Shades of Ruby #E6097C

Tints of Ruby #E6097C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.16%

R = 63.36%
G = 2.48%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E6097C (or 0xE6097C) is known color: Ruby. HEX triplet: E6, 09 and 7C. RGB value is (230,9,124). Sum of RGB (Red+Green+Blue) = 230+9+124=363 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.36% from 363); Green value is 9 (3.91% from 255 or 2.48% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 230 - color contains mainly: red. Hex color #E6097C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6097C is #19F683. Grayscale: #575757. Windows color (decimal): -1701508 or 8128998. OLE color: 8128998.

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

Color convert

RGB 230 9 124 -
CMYK 0 0.96 0.46 0.10
HSL 328.78º 0.92% 0.47% -
HSV(B) 328.78º 0.96% 0.9% -
XYZ 36.37 18.47 20.72 -
YUV 88.19 148.22 229.15 -
System Red Green Blue C M Y K H S L
Decimal 230 9 124 0 0.96 0.46 0.10 328.78 0.92 0.47
Hex E6 9 7C 0 60 2E A 149 5C 2F
Octal 346 11 174 0 140 56 12 511 134 57
Binary 11100110 1001 1111100 0 1100000 101110 1010 101001001 1011100 101111

Color Harmonies of #E6097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6097C

Black with #E6097C

Text Example


Text Example

White with #E6097C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6097C; }

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

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

background-color css

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

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

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

border-color css

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

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

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