Html Css Color HEX #E2115C Ruby

📋 copy color: '#E2115C'

red 226 ◦ green 17 ◦ blue 92

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

Shades of Ruby #E2115C

Tints of Ruby #E2115C

RGB

 RED value IS 226 (88.67% from 255) = 67.46%

 GREEN value IS 17 (7.03% from 255) = 5.07%

 BLUE value IS 92 (36.33% from 255) = 27.46%

R = 67.46%
G = 5.07%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E2115C (or 0xE2115C) is known color: Ruby. HEX triplet: E2, 11 and 5C. RGB value is (226,17,92). Sum of RGB (Red+Green+Blue) = 226+17+92=335 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.46% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 226 - color contains mainly: red. Hex color #E2115C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2115C is #1DEEA3. Grayscale: #575757. Windows color (decimal): -1961636 or 6033890. OLE color: 6033890.

HSL color Cylindrical-coordinate representation of color #E2115C: hue angle of 338.47º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E2115C is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 17 92 -
CMYK 0 0.92 0.59 0.11
HSL 338.47º 0.86% 0.48% -
HSV(B) 338.47º 0.92% 0.89% -
XYZ 33.5 17.34 11.71 -
YUV 88.04 130.24 226.4 -
System Red Green Blue C M Y K H S L
Decimal 226 17 92 0 0.92 0.59 0.11 338.47 0.86 0.48
Hex E2 11 5C 0 5C 3B B 152 56 30
Octal 342 21 134 0 134 73 13 522 126 60
Binary 11100010 10001 1011100 0 1011100 111011 1011 101010010 1010110 110000

Color Harmonies of #E2115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2115C

Black with #E2115C

Text Example


Text Example

White with #E2115C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2115C; }

 p { color: rgb(226,17,92); }

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

background-color css

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

 a { background-color: rgb(226,17,92); }

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

border-color css

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

 span { border-color: rgb(226,17,92); }

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