Html Css Color HEX #E61260 Ruby

📋 copy color: '#E61260'

red 230 ◦ green 18 ◦ blue 96

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

Shades of Ruby #E61260

Tints of Ruby #E61260

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.23%

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

R = 66.86%
G = 5.23%
B = 27.91%

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

#E61260 (or 0xE61260) is known color: Ruby. HEX triplet: E6, 12 and 60. RGB value is (230,18,96). Sum of RGB (Red+Green+Blue) = 230+18+96=344 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.86% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 230 - color contains mainly: red. Hex color #E61260 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61260 is #19ED9F. Grayscale: #5A5A5A. Windows color (decimal): -1699232 or 6296294. OLE color: 6296294.

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

Color convert

RGB 230 18 96 -
CMYK 0 0.92 0.58 0.10
HSL 337.92º 0.85% 0.49% -
HSV(B) 337.92º 0.92% 0.9% -
XYZ 34.96 18.1 12.72 -
YUV 90.28 131.24 227.66 -
System Red Green Blue C M Y K H S L
Decimal 230 18 96 0 0.92 0.58 0.10 337.92 0.85 0.49
Hex E6 12 60 0 5C 3A A 152 55 31
Octal 346 22 140 0 134 72 12 522 125 61
Binary 11100110 10010 1100000 0 1011100 111010 1010 101010010 1010101 110001

Color Harmonies of #E61260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61260

Black with #E61260

Text Example


Text Example

White with #E61260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61260; }

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

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

background-color css

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

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

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

border-color css

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

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

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