Html Css Color HEX #E6096D Ruby

📋 copy color: '#E6096D'

red 230 ◦ green 9 ◦ blue 109

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

Shades of Ruby #E6096D

Tints of Ruby #E6096D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.32%

R = 66.09%
G = 2.59%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6096D (or 0xE6096D) is known color: Ruby. HEX triplet: E6, 09 and 6D. RGB value is (230,9,109). Sum of RGB (Red+Green+Blue) = 230+9+109=348 (46% of max value = 765). Red value is 230 (90.23% from 255 or 66.09% from 348); Green value is 9 (3.91% from 255 or 2.59% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 230 - color contains mainly: red. Hex color #E6096D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6096D is #19F692. Grayscale: #565656. Windows color (decimal): -1701523 or 7145958. OLE color: 7145958.

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

Color convert

RGB 230 9 109 -
CMYK 0 0.96 0.53 0.10
HSL 332.85º 0.92% 0.47% -
HSV(B) 332.85º 0.96% 0.9% -
XYZ 35.49 18.12 16.1 -
YUV 86.48 140.72 230.37 -
System Red Green Blue C M Y K H S L
Decimal 230 9 109 0 0.96 0.53 0.10 332.85 0.92 0.47
Hex E6 9 6D 0 60 35 A 14D 5C 2F
Octal 346 11 155 0 140 65 12 515 134 57
Binary 11100110 1001 1101101 0 1100000 110101 1010 101001101 1011100 101111

Color Harmonies of #E6096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6096D

Black with #E6096D

Text Example


Text Example

White with #E6096D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6096D; }

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

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

background-color css

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

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

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

border-color css

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

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

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