Html Css Color HEX #E61165 Ruby

📋 copy color: '#E61165'

red 230 ◦ green 17 ◦ blue 101

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

Shades of Ruby #E61165

Tints of Ruby #E61165

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.89%

 BLUE value IS 101 (39.84% from 255) = 29.02%

R = 66.09%
G = 4.89%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E61165 (or 0xE61165) is known color: Ruby. HEX triplet: E6, 11 and 65. RGB value is (230,17,101). Sum of RGB (Red+Green+Blue) = 230+17+101=348 (46% of max value = 765). Red value is 230 (90.23% from 255 or 66.09% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 230 - color contains mainly: red. Hex color #E61165 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61165 is #19EE9A. Grayscale: #5A5A5A. Windows color (decimal): -1699483 or 6623718. OLE color: 6623718.

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

Color convert

RGB 230 17 101 -
CMYK 0 0.93 0.56 0.10
HSL 336.34º 0.86% 0.48% -
HSV(B) 336.34º 0.93% 0.9% -
XYZ 35.18 18.16 13.96 -
YUV 90.26 134.07 227.67 -
System Red Green Blue C M Y K H S L
Decimal 230 17 101 0 0.93 0.56 0.10 336.34 0.86 0.48
Hex E6 11 65 0 5D 38 A 150 56 30
Octal 346 21 145 0 135 70 12 520 126 60
Binary 11100110 10001 1100101 0 1011101 111000 1010 101010000 1010110 110000

Color Harmonies of #E61165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61165

Black with #E61165

Text Example


Text Example

White with #E61165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61165; }

 p { color: rgb(230,17,101); }

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

background-color css

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

 a { background-color: rgb(230,17,101); }

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

border-color css

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

 span { border-color: rgb(230,17,101); }

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