Html Css Color HEX #E31852 Ruby

📋 copy color: '#E31852'

red 227 ◦ green 24 ◦ blue 82

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

Shades of Ruby #E31852

Tints of Ruby #E31852

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.21%

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

R = 68.17%
G = 7.21%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E31852 (or 0xE31852) is known color: Ruby. HEX triplet: E3, 18 and 52. RGB value is (227,24,82). Sum of RGB (Red+Green+Blue) = 227+24+82=333 (44% of max value = 765). Red value is 227 (89.06% from 255 or 68.17% from 333); Green value is 24 (9.77% from 255 or 7.21% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 227 - color contains mainly: red. Hex color #E31852 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E31852 is #1CE7AD. Grayscale: #5B5B5B. Windows color (decimal): -1894318 or 5380323. OLE color: 5380323.

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

Color convert

RGB 227 24 82 -
CMYK 0 0.89 0.64 0.11
HSL 342.86º 0.81% 0.49% -
HSV(B) 342.86º 0.89% 0.89% -
XYZ 33.53 17.59 9.61 -
YUV 91.31 122.75 224.78 -
System Red Green Blue C M Y K H S L
Decimal 227 24 82 0 0.89 0.64 0.11 342.86 0.81 0.49
Hex E3 18 52 0 59 40 B 157 51 31
Octal 343 30 122 0 131 100 13 527 121 61
Binary 11100011 11000 1010010 0 1011001 1000000 1011 101010111 1010001 110001

Color Harmonies of #E31852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31852

Black with #E31852

Text Example


Text Example

White with #E31852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31852; }

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

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

background-color css

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

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

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

border-color css

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

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

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