Html Css Color HEX #E6105F Ruby

📋 copy color: '#E6105F'

red 230 ◦ green 16 ◦ blue 95

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

Shades of Ruby #E6105F

Tints of Ruby #E6105F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.86%

R = 67.45%
G = 4.69%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E6105F (or 0xE6105F) is known color: Ruby. HEX triplet: E6, 10 and 5F. RGB value is (230,16,95). Sum of RGB (Red+Green+Blue) = 230+16+95=341 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.45% from 341); Green value is 16 (6.64% from 255 or 4.69% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 230 - color contains mainly: red. Hex color #E6105F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6105F is #19EFA0. Grayscale: #585858. Windows color (decimal): -1699745 or 6230246. OLE color: 6230246.

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

Color convert

RGB 230 16 95 -
CMYK 0 0.93 0.59 0.10
HSL 337.85º 0.87% 0.48% -
HSV(B) 337.85º 0.93% 0.9% -
XYZ 34.88 18.02 12.47 -
YUV 88.99 131.4 228.58 -
System Red Green Blue C M Y K H S L
Decimal 230 16 95 0 0.93 0.59 0.10 337.85 0.87 0.48
Hex E6 10 5F 0 5D 3B A 152 57 30
Octal 346 20 137 0 135 73 12 522 127 60
Binary 11100110 10000 1011111 0 1011101 111011 1010 101010010 1010111 110000

Color Harmonies of #E6105F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6105F

Black with #E6105F

Text Example


Text Example

White with #E6105F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6105F; }

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

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

background-color css

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

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

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

border-color css

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

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

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