Html Css Color HEX #E31650 Ruby

📋 copy color: '#E31650'

red 227 ◦ green 22 ◦ blue 80

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

Shades of Ruby #E31650

Tints of Ruby #E31650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.32%

R = 69%
G = 6.69%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E31650 (or 0xE31650) is known color: Ruby. HEX triplet: E3, 16 and 50. RGB value is (227,22,80). Sum of RGB (Red+Green+Blue) = 227+22+80=329 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.00% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 227 - color contains mainly: red. Hex color #E31650 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E31650 is #1CE9AF. Grayscale: #595959. Windows color (decimal): -1894832 or 5248739. OLE color: 5248739.

HSL color Cylindrical-coordinate representation of color #E31650: hue angle of 343.02º 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 #E31650 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 22 80 -
CMYK 0 0.90 0.65 0.11
HSL 343.02º 0.82% 0.49% -
HSV(B) 343.02º 0.9% 0.89% -
XYZ 33.41 17.48 9.2 -
YUV 89.91 122.42 225.78 -
System Red Green Blue C M Y K H S L
Decimal 227 22 80 0 0.90 0.65 0.11 343.02 0.82 0.49
Hex E3 16 50 0 5A 41 B 157 52 31
Octal 343 26 120 0 132 101 13 527 122 61
Binary 11100011 10110 1010000 0 1011010 1000001 1011 101010111 1010010 110001

Color Harmonies of #E31650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31650

Black with #E31650

Text Example


Text Example

White with #E31650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31650; }

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

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

background-color css

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

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

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

border-color css

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

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

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