Html Css Color HEX #E6165E Ruby

📋 copy color: '#E6165E'

red 230 ◦ green 22 ◦ blue 94

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

Shades of Ruby #E6165E

Tints of Ruby #E6165E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.36%

 BLUE value IS 94 (37.11% from 255) = 27.17%

R = 66.47%
G = 6.36%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E6165E (or 0xE6165E) is known color: Ruby. HEX triplet: E6, 16 and 5E. RGB value is (230,22,94). Sum of RGB (Red+Green+Blue) = 230+22+94=346 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.47% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 230 - color contains mainly: red. Hex color #E6165E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6165E is #19E9A1. Grayscale: #5C5C5C. Windows color (decimal): -1698210 or 6166246. OLE color: 6166246.

HSL color Cylindrical-coordinate representation of color #E6165E: hue angle of 339.23º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6165E is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 22 94 -
CMYK 0 0.90 0.59 0.10
HSL 339.23º 0.83% 0.49% -
HSV(B) 339.23º 0.9% 0.9% -
XYZ 34.94 18.2 12.26 -
YUV 92.4 128.91 226.15 -
System Red Green Blue C M Y K H S L
Decimal 230 22 94 0 0.90 0.59 0.10 339.23 0.83 0.49
Hex E6 16 5E 0 5A 3B A 153 53 31
Octal 346 26 136 0 132 73 12 523 123 61
Binary 11100110 10110 1011110 0 1011010 111011 1010 101010011 1010011 110001

Color Harmonies of #E6165E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6165E

Black with #E6165E

Text Example


Text Example

White with #E6165E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6165E; }

 p { color: rgb(230,22,94); }

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

background-color css

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

 a { background-color: rgb(230,22,94); }

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

border-color css

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

 span { border-color: rgb(230,22,94); }

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