Html Css Color HEX #E11257 Ruby

📋 copy color: '#E11257'

red 225 ◦ green 18 ◦ blue 87

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

Shades of Ruby #E11257

Tints of Ruby #E11257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 26.36%

R = 68.18%
G = 5.45%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E11257 (or 0xE11257) is known color: Ruby. HEX triplet: E1, 12 and 57. RGB value is (225,18,87). Sum of RGB (Red+Green+Blue) = 225+18+87=330 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.18% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 225 - color contains mainly: red. Hex color #E11257 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11257 is #1EEDA8. Grayscale: #575757. Windows color (decimal): -2026921 or 5706465. OLE color: 5706465.

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

Color convert

RGB 225 18 87 -
CMYK 0 0.92 0.61 0.12
HSL 340º 0.85% 0.48% -
HSV(B) 340º 0.92% 0.88% -
XYZ 32.99 17.13 10.58 -
YUV 87.76 127.58 225.89 -
System Red Green Blue C M Y K H S L
Decimal 225 18 87 0 0.92 0.61 0.12 340 0.85 0.48
Hex E1 12 57 0 5C 3D C 154 55 30
Octal 341 22 127 0 134 75 14 524 125 60
Binary 11100001 10010 1010111 0 1011100 111101 1100 101010100 1010101 110000

Color Harmonies of #E11257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11257

Black with #E11257

Text Example


Text Example

White with #E11257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11257; }

 p { color: rgb(225,18,87); }

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

background-color css

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

 a { background-color: rgb(225,18,87); }

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

border-color css

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

 span { border-color: rgb(225,18,87); }

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