Html Css Color HEX #E11C60 Ruby

📋 copy color: '#E11C60'

red 225 ◦ green 28 ◦ blue 96

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

Shades of Ruby #E11C60

Tints of Ruby #E11C60

RGB

 RED value IS 225 (88.28% from 255) = 64.47%

 GREEN value IS 28 (11.33% from 255) = 8.02%

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

R = 64.47%
G = 8.02%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E11C60 (or 0xE11C60) is known color: Ruby. HEX triplet: E1, 1C and 60. RGB value is (225,28,96). Sum of RGB (Red+Green+Blue) = 225+28+96=349 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.47% from 349); Green value is 28 (11.33% from 255 or 8.02% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11C60 is #1EE39F. Grayscale: #5E5E5E. Windows color (decimal): -2024352 or 6298849. OLE color: 6298849.

HSL color Cylindrical-coordinate representation of color #E11C60: hue angle of 339.29º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11C60 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 28 96 -
CMYK 0 0.88 0.57 0.12
HSL 339.29º 0.78% 0.5% -
HSV(B) 339.29º 0.88% 0.88% -
XYZ 33.58 17.68 12.71 -
YUV 94.66 128.77 220.97 -
System Red Green Blue C M Y K H S L
Decimal 225 28 96 0 0.88 0.57 0.12 339.29 0.78 0.5
Hex E1 1C 60 0 58 39 C 153 4E 32
Octal 341 34 140 0 130 71 14 523 116 62
Binary 11100001 11100 1100000 0 1011000 111001 1100 101010011 1001110 110010

Color Harmonies of #E11C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11C60

Black with #E11C60

Text Example


Text Example

White with #E11C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11C60; }

 p { color: rgb(225,28,96); }

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

background-color css

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

 a { background-color: rgb(225,28,96); }

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

border-color css

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

 span { border-color: rgb(225,28,96); }

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