Html Css Color HEX #E6097D Ruby

📋 copy color: '#E6097D'

red 230 ◦ green 9 ◦ blue 125

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

Shades of Ruby #E6097D

Tints of Ruby #E6097D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.34%

R = 63.19%
G = 2.47%
B = 34.34%

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

#E6097D (or 0xE6097D) is known color: Ruby. HEX triplet: E6, 09 and 7D. RGB value is (230,9,125). Sum of RGB (Red+Green+Blue) = 230+9+125=364 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.19% from 364); Green value is 9 (3.91% from 255 or 2.47% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 230 - color contains mainly: red. Hex color #E6097D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6097D is #19F682. Grayscale: #585858. Windows color (decimal): -1701507 or 8194534. OLE color: 8194534.

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

Color convert

RGB 230 9 125 -
CMYK 0 0.96 0.46 0.10
HSL 328.51º 0.92% 0.47% -
HSV(B) 328.51º 0.96% 0.9% -
XYZ 36.43 18.5 21.05 -
YUV 88.3 148.72 229.07 -
System Red Green Blue C M Y K H S L
Decimal 230 9 125 0 0.96 0.46 0.10 328.51 0.92 0.47
Hex E6 9 7D 0 60 2E A 149 5C 2F
Octal 346 11 175 0 140 56 12 511 134 57
Binary 11100110 1001 1111101 0 1100000 101110 1010 101001001 1011100 101111

Color Harmonies of #E6097D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6097D

Black with #E6097D

Text Example


Text Example

White with #E6097D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6097D; }

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

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

background-color css

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

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

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

border-color css

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

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

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