Html Css Color HEX #E11E58 Ruby

📋 copy color: '#E11E58'

red 225 ◦ green 30 ◦ blue 88

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

Shades of Ruby #E11E58

Tints of Ruby #E11E58

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.75%

 BLUE value IS 88 (34.77% from 255) = 25.66%

R = 65.6%
G = 8.75%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E11E58 (or 0xE11E58) is known color: Ruby. HEX triplet: E1, 1E and 58. RGB value is (225,30,88). Sum of RGB (Red+Green+Blue) = 225+30+88=343 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.60% from 343); Green value is 30 (12.11% from 255 or 8.75% from 343); Blue value is 88 (34.77% from 255 or 25.66% from 343); Max value from RGB is 225 - color contains mainly: red. Hex color #E11E58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11E58 is #1EE1A7. Grayscale: #5E5E5E. Windows color (decimal): -2023848 or 5775073. OLE color: 5775073.

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

Color convert

RGB 225 30 88 -
CMYK 0 0.87 0.61 0.12
HSL 342.15º 0.76% 0.5% -
HSV(B) 342.15º 0.87% 0.88% -
XYZ 33.28 17.64 10.88 -
YUV 94.92 124.1 220.78 -
System Red Green Blue C M Y K H S L
Decimal 225 30 88 0 0.87 0.61 0.12 342.15 0.76 0.5
Hex E1 1E 58 0 57 3D C 156 4C 32
Octal 341 36 130 0 127 75 14 526 114 62
Binary 11100001 11110 1011000 0 1010111 111101 1100 101010110 1001100 110010

Color Harmonies of #E11E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11E58

Black with #E11E58

Text Example


Text Example

White with #E11E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11E58; }

 p { color: rgb(225,30,88); }

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

background-color css

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

 a { background-color: rgb(225,30,88); }

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

border-color css

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

 span { border-color: rgb(225,30,88); }

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