Html Css Color HEX #E61360 Ruby

📋 copy color: '#E61360'

red 230 ◦ green 19 ◦ blue 96

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

Shades of Ruby #E61360

Tints of Ruby #E61360

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.51%

 BLUE value IS 96 (37.89% from 255) = 27.83%

R = 66.67%
G = 5.51%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E61360 (or 0xE61360) is known color: Ruby. HEX triplet: E6, 13 and 60. RGB value is (230,19,96). Sum of RGB (Red+Green+Blue) = 230+19+96=345 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.67% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 230 - color contains mainly: red. Hex color #E61360 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61360 is #19EC9F. Grayscale: #5A5A5A. Windows color (decimal): -1698976 or 6296550. OLE color: 6296550.

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

Color convert

RGB 230 19 96 -
CMYK 0 0.92 0.58 0.10
HSL 338.1º 0.85% 0.49% -
HSV(B) 338.1º 0.92% 0.9% -
XYZ 34.98 18.13 12.72 -
YUV 90.87 130.9 227.24 -
System Red Green Blue C M Y K H S L
Decimal 230 19 96 0 0.92 0.58 0.10 338.1 0.85 0.49
Hex E6 13 60 0 5C 3A A 152 55 31
Octal 346 23 140 0 134 72 12 522 125 61
Binary 11100110 10011 1100000 0 1011100 111010 1010 101010010 1010101 110001

Color Harmonies of #E61360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61360

Black with #E61360

Text Example


Text Example

White with #E61360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61360; }

 p { color: rgb(230,19,96); }

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

background-color css

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

 a { background-color: rgb(230,19,96); }

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

border-color css

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

 span { border-color: rgb(230,19,96); }

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