Html Css Color HEX #E3115F Ruby

📋 copy color: '#E3115F'

red 227 ◦ green 17 ◦ blue 95

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

Shades of Ruby #E3115F

Tints of Ruby #E3115F

RGB

 RED value IS 227 (89.06% from 255) = 66.96%

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

 BLUE value IS 95 (37.5% from 255) = 28.02%

R = 66.96%
G = 5.01%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E3115F (or 0xE3115F) is known color: Ruby. HEX triplet: E3, 11 and 5F. RGB value is (227,17,95). Sum of RGB (Red+Green+Blue) = 227+17+95=339 (44% of max value = 765). Red value is 227 (89.06% from 255 or 66.96% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 227 - color contains mainly: red. Hex color #E3115F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3115F is #1CEEA0. Grayscale: #585858. Windows color (decimal): -1896097 or 6230499. OLE color: 6230499.

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

Color convert

RGB 227 17 95 -
CMYK 0 0.93 0.58 0.11
HSL 337.71º 0.86% 0.48% -
HSV(B) 337.71º 0.93% 0.89% -
XYZ 33.94 17.56 12.43 -
YUV 88.68 131.57 226.66 -
System Red Green Blue C M Y K H S L
Decimal 227 17 95 0 0.93 0.58 0.11 337.71 0.86 0.48
Hex E3 11 5F 0 5D 3A B 152 56 30
Octal 343 21 137 0 135 72 13 522 126 60
Binary 11100011 10001 1011111 0 1011101 111010 1011 101010010 1010110 110000

Color Harmonies of #E3115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3115F

Black with #E3115F

Text Example


Text Example

White with #E3115F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3115F; }

 p { color: rgb(227,17,95); }

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

background-color css

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

 a { background-color: rgb(227,17,95); }

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

border-color css

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

 span { border-color: rgb(227,17,95); }

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