Html Css Color HEX #E31356 Ruby

📋 copy color: '#E31356'

red 227 ◦ green 19 ◦ blue 86

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

Shades of Ruby #E31356

Tints of Ruby #E31356

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.72%

 BLUE value IS 86 (33.98% from 255) = 25.9%

R = 68.37%
G = 5.72%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.11

RGB Variations

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

Color information

#E31356 (or 0xE31356) is known color: Ruby. HEX triplet: E3, 13 and 56. RGB value is (227,19,86). Sum of RGB (Red+Green+Blue) = 227+19+86=332 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.37% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 227 - color contains mainly: red. Hex color #E31356 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E31356 is #1CECA9. Grayscale: #585858. Windows color (decimal): -1895594 or 5641187. OLE color: 5641187.

HSL color Cylindrical-coordinate representation of color #E31356: hue angle of 340.67º degrees, saturation: 0.85, 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 #E31356 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 19 86 -
CMYK 0 0.92 0.62 0.11
HSL 340.67º 0.85% 0.48% -
HSV(B) 340.67º 0.92% 0.89% -
XYZ 33.59 17.47 10.41 -
YUV 88.83 126.41 226.55 -
System Red Green Blue C M Y K H S L
Decimal 227 19 86 0 0.92 0.62 0.11 340.67 0.85 0.48
Hex E3 13 56 0 5C 3E B 155 55 30
Octal 343 23 126 0 134 76 13 525 125 60
Binary 11100011 10011 1010110 0 1011100 111110 1011 101010101 1010101 110000

Color Harmonies of #E31356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31356

Black with #E31356

Text Example


Text Example

White with #E31356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31356; }

 p { color: rgb(227,19,86); }

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

background-color css

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

 a { background-color: rgb(227,19,86); }

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

border-color css

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

 span { border-color: rgb(227,19,86); }

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