Html Css Color HEX #E61168 Ruby

📋 copy color: '#E61168'

red 230 ◦ green 17 ◦ blue 104

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

Shades of Ruby #E61168

Tints of Ruby #E61168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.63%

R = 65.53%
G = 4.84%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#E61168 (or 0xE61168) is known color: Ruby. HEX triplet: E6, 11 and 68. RGB value is (230,17,104). Sum of RGB (Red+Green+Blue) = 230+17+104=351 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.53% from 351); Green value is 17 (7.03% from 255 or 4.84% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 230 - color contains mainly: red. Hex color #E61168 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61168 is #19EE97. Grayscale: #5A5A5A. Windows color (decimal): -1699480 or 6820326. OLE color: 6820326.

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

Color convert

RGB 230 17 104 -
CMYK 0 0.93 0.55 0.10
HSL 335.49º 0.86% 0.48% -
HSV(B) 335.49º 0.93% 0.9% -
XYZ 35.33 18.22 14.75 -
YUV 90.61 135.57 227.43 -
System Red Green Blue C M Y K H S L
Decimal 230 17 104 0 0.93 0.55 0.10 335.49 0.86 0.48
Hex E6 11 68 0 5D 37 A 14F 56 30
Octal 346 21 150 0 135 67 12 517 126 60
Binary 11100110 10001 1101000 0 1011101 110111 1010 101001111 1010110 110000

Color Harmonies of #E61168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61168

Black with #E61168

Text Example


Text Example

White with #E61168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61168; }

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

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

background-color css

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

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

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

border-color css

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

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

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