Html Css Color HEX #E31855 Ruby

📋 copy color: '#E31855'

red 227 ◦ green 24 ◦ blue 85

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

Shades of Ruby #E31855

Tints of Ruby #E31855

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.14%

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

R = 67.56%
G = 7.14%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#E31855 (or 0xE31855) is known color: Ruby. HEX triplet: E3, 18 and 55. RGB value is (227,24,85). Sum of RGB (Red+Green+Blue) = 227+24+85=336 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.56% from 336); Green value is 24 (9.77% from 255 or 7.14% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 227 - color contains mainly: red. Hex color #E31855 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E31855 is #1CE7AA. Grayscale: #5B5B5B. Windows color (decimal): -1894315 or 5576931. OLE color: 5576931.

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

Color convert

RGB 227 24 85 -
CMYK 0 0.89 0.63 0.11
HSL 341.97º 0.81% 0.49% -
HSV(B) 341.97º 0.89% 0.89% -
XYZ 33.64 17.64 10.23 -
YUV 91.65 124.25 224.54 -
System Red Green Blue C M Y K H S L
Decimal 227 24 85 0 0.89 0.63 0.11 341.97 0.81 0.49
Hex E3 18 55 0 59 3F B 156 51 31
Octal 343 30 125 0 131 77 13 526 121 61
Binary 11100011 11000 1010101 0 1011001 111111 1011 101010110 1010001 110001

Color Harmonies of #E31855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31855

Black with #E31855

Text Example


Text Example

White with #E31855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31855; }

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

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

background-color css

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

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

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

border-color css

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

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

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