Html Css Color HEX #E31752 Ruby

📋 copy color: '#E31752'

red 227 ◦ green 23 ◦ blue 82

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

Shades of Ruby #E31752

Tints of Ruby #E31752

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.93%

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

R = 68.37%
G = 6.93%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E31752 (or 0xE31752) is known color: Ruby. HEX triplet: E3, 17 and 52. RGB value is (227,23,82). Sum of RGB (Red+Green+Blue) = 227+23+82=332 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.37% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 227 - color contains mainly: red. Hex color #E31752 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E31752 is #1CE8AD. Grayscale: #5A5A5A. Windows color (decimal): -1894574 or 5380067. OLE color: 5380067.

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

Color convert

RGB 227 23 82 -
CMYK 0 0.90 0.64 0.11
HSL 342.65º 0.82% 0.49% -
HSV(B) 342.65º 0.9% 0.89% -
XYZ 33.51 17.55 9.6 -
YUV 90.72 123.09 225.2 -
System Red Green Blue C M Y K H S L
Decimal 227 23 82 0 0.90 0.64 0.11 342.65 0.82 0.49
Hex E3 17 52 0 5A 40 B 157 52 31
Octal 343 27 122 0 132 100 13 527 122 61
Binary 11100011 10111 1010010 0 1011010 1000000 1011 101010111 1010010 110001

Color Harmonies of #E31752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31752

Black with #E31752

Text Example


Text Example

White with #E31752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31752; }

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

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

background-color css

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

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

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

border-color css

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

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

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