Html Css Color HEX #E31575 Ruby

📋 copy color: '#E31575'

red 227 ◦ green 21 ◦ blue 117

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

Shades of Ruby #E31575

Tints of Ruby #E31575

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.75%

 BLUE value IS 117 (46.09% from 255) = 32.05%

R = 62.19%
G = 5.75%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E31575 (or 0xE31575) is known color: Ruby. HEX triplet: E3, 15 and 75. RGB value is (227,21,117). Sum of RGB (Red+Green+Blue) = 227+21+117=365 (48% of max value = 765). Red value is 227 (89.06% from 255 or 62.19% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 227 - color contains mainly: red. Hex color #E31575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E31575 is #1CEA8A. Grayscale: #5D5D5D. Windows color (decimal): -1895051 or 7673315. OLE color: 7673315.

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

Color convert

RGB 227 21 117 -
CMYK 0 0.91 0.48 0.11
HSL 332.04º 0.83% 0.49% -
HSV(B) 332.04º 0.91% 0.89% -
XYZ 35.16 18.15 18.48 -
YUV 93.54 141.25 223.19 -
System Red Green Blue C M Y K H S L
Decimal 227 21 117 0 0.91 0.48 0.11 332.04 0.83 0.49
Hex E3 15 75 0 5B 30 B 14C 53 31
Octal 343 25 165 0 133 60 13 514 123 61
Binary 11100011 10101 1110101 0 1011011 110000 1011 101001100 1010011 110001

Color Harmonies of #E31575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31575

Black with #E31575

Text Example


Text Example

White with #E31575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31575; }

 p { color: rgb(227,21,117); }

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

background-color css

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

 a { background-color: rgb(227,21,117); }

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

border-color css

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

 span { border-color: rgb(227,21,117); }

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