Html Css Color HEX #E31672 Ruby

📋 copy color: '#E31672'

red 227 ◦ green 22 ◦ blue 114

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

Shades of Ruby #E31672

Tints of Ruby #E31672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.4%

R = 62.53%
G = 6.06%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E31672 (or 0xE31672) is known color: Ruby. HEX triplet: E3, 16 and 72. RGB value is (227,22,114). Sum of RGB (Red+Green+Blue) = 227+22+114=363 (48% of max value = 765). Red value is 227 (89.06% from 255 or 62.53% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 227 - color contains mainly: red. Hex color #E31672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E31672 is #1CE98D. Grayscale: #5D5D5D. Windows color (decimal): -1894798 or 7476963. OLE color: 7476963.

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

Color convert

RGB 227 22 114 -
CMYK 0 0.90 0.50 0.11
HSL 333.07º 0.82% 0.49% -
HSV(B) 333.07º 0.9% 0.89% -
XYZ 35 18.12 17.57 -
YUV 93.78 139.42 223.02 -
System Red Green Blue C M Y K H S L
Decimal 227 22 114 0 0.90 0.50 0.11 333.07 0.82 0.49
Hex E3 16 72 0 5A 32 B 14D 52 31
Octal 343 26 162 0 132 62 13 515 122 61
Binary 11100011 10110 1110010 0 1011010 110010 1011 101001101 1010010 110001

Color Harmonies of #E31672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31672

Black with #E31672

Text Example


Text Example

White with #E31672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31672; }

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

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

background-color css

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

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

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

border-color css

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

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

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