Html Css Color HEX #E11258 Ruby

📋 copy color: '#E11258'

red 225 ◦ green 18 ◦ blue 88

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

Shades of Ruby #E11258

Tints of Ruby #E11258

RGB

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

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

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

R = 67.98%
G = 5.44%
B = 26.59%

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

#E11258 (or 0xE11258) is known color: Ruby. HEX triplet: E1, 12 and 58. RGB value is (225,18,88). Sum of RGB (Red+Green+Blue) = 225+18+88=331 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.98% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 88 (34.77% from 255 or 26.59% from 331); Max value from RGB is 225 - color contains mainly: red. Hex color #E11258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11258 is #1EEDA7. Grayscale: #575757. Windows color (decimal): -2026920 or 5772001. OLE color: 5772001.

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

Color convert

RGB 225 18 88 -
CMYK 0 0.92 0.61 0.12
HSL 339.71º 0.85% 0.48% -
HSV(B) 339.71º 0.92% 0.88% -
XYZ 33.03 17.14 10.8 -
YUV 87.87 128.08 225.81 -
System Red Green Blue C M Y K H S L
Decimal 225 18 88 0 0.92 0.61 0.12 339.71 0.85 0.48
Hex E1 12 58 0 5C 3D C 154 55 30
Octal 341 22 130 0 134 75 14 524 125 60
Binary 11100001 10010 1011000 0 1011100 111101 1100 101010100 1010101 110000

Color Harmonies of #E11258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11258

Black with #E11258

Text Example


Text Example

White with #E11258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11258; }

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

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

background-color css

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

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

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

border-color css

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

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

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