Html Css Color HEX #E31655 Ruby

📋 copy color: '#E31655'

red 227 ◦ green 22 ◦ blue 85

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

Shades of Ruby #E31655

Tints of Ruby #E31655

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.59%

 BLUE value IS 85 (33.59% from 255) = 25.45%

R = 67.96%
G = 6.59%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#E31655 (or 0xE31655) is known color: Ruby. HEX triplet: E3, 16 and 55. RGB value is (227,22,85). Sum of RGB (Red+Green+Blue) = 227+22+85=334 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.96% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 227 - color contains mainly: red. Hex color #E31655 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E31655 is #1CE9AA. Grayscale: #5A5A5A. Windows color (decimal): -1894827 or 5576419. OLE color: 5576419.

HSL color Cylindrical-coordinate representation of color #E31655: hue angle of 341.56º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E31655 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 22 85 -
CMYK 0 0.90 0.63 0.11
HSL 341.56º 0.82% 0.49% -
HSV(B) 341.56º 0.9% 0.89% -
XYZ 33.61 17.56 10.21 -
YUV 90.48 124.92 225.38 -
System Red Green Blue C M Y K H S L
Decimal 227 22 85 0 0.90 0.63 0.11 341.56 0.82 0.49
Hex E3 16 55 0 5A 3F B 156 52 31
Octal 343 26 125 0 132 77 13 526 122 61
Binary 11100011 10110 1010101 0 1011010 111111 1011 101010110 1010010 110001

Color Harmonies of #E31655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31655

Black with #E31655

Text Example


Text Example

White with #E31655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31655; }

 p { color: rgb(227,22,85); }

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

background-color css

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

 a { background-color: rgb(227,22,85); }

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

border-color css

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

 span { border-color: rgb(227,22,85); }

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