Html Css Color HEX #E6107A Ruby

📋 copy color: '#E6107A'

red 230 ◦ green 16 ◦ blue 122

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

Shades of Ruby #E6107A

Tints of Ruby #E6107A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.35%

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

R = 62.5%
G = 4.35%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E6107A (or 0xE6107A) is known color: Ruby. HEX triplet: E6, 10 and 7A. RGB value is (230,16,122). Sum of RGB (Red+Green+Blue) = 230+16+122=368 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.5% from 368); Green value is 16 (6.64% from 255 or 4.35% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 230 - color contains mainly: red. Hex color #E6107A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6107A is #19EF85. Grayscale: #5B5B5B. Windows color (decimal): -1699718 or 7999718. OLE color: 7999718.

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

Color convert

RGB 230 16 122 -
CMYK 0 0.93 0.47 0.10
HSL 330.28º 0.87% 0.48% -
HSV(B) 330.28º 0.93% 0.9% -
XYZ 36.33 18.6 20.09 -
YUV 92.07 144.9 226.38 -
System Red Green Blue C M Y K H S L
Decimal 230 16 122 0 0.93 0.47 0.10 330.28 0.87 0.48
Hex E6 10 7A 0 5D 2F A 14A 57 30
Octal 346 20 172 0 135 57 12 512 127 60
Binary 11100110 10000 1111010 0 1011101 101111 1010 101001010 1010111 110000

Color Harmonies of #E6107A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6107A

Black with #E6107A

Text Example


Text Example

White with #E6107A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6107A; }

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

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

background-color css

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

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

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

border-color css

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

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

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