Html Css Color HEX #E31552 Ruby

📋 copy color: '#E31552'

red 227 ◦ green 21 ◦ blue 82

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

Shades of Ruby #E31552

Tints of Ruby #E31552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.85%

R = 68.79%
G = 6.36%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E31552 (or 0xE31552) is known color: Ruby. HEX triplet: E3, 15 and 52. RGB value is (227,21,82). Sum of RGB (Red+Green+Blue) = 227+21+82=330 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.79% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 227 - color contains mainly: red. Hex color #E31552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E31552 is #1CEAAD. Grayscale: #595959. Windows color (decimal): -1895086 or 5379555. OLE color: 5379555.

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

Color convert

RGB 227 21 82 -
CMYK 0 0.91 0.64 0.11
HSL 342.23º 0.83% 0.49% -
HSV(B) 342.23º 0.91% 0.89% -
XYZ 33.47 17.48 9.59 -
YUV 89.55 123.75 226.04 -
System Red Green Blue C M Y K H S L
Decimal 227 21 82 0 0.91 0.64 0.11 342.23 0.83 0.49
Hex E3 15 52 0 5B 40 B 156 53 31
Octal 343 25 122 0 133 100 13 526 123 61
Binary 11100011 10101 1010010 0 1011011 1000000 1011 101010110 1010011 110001

Color Harmonies of #E31552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31552

Black with #E31552

Text Example


Text Example

White with #E31552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31552; }

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

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

background-color css

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

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

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

border-color css

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

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

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