Html Css Color HEX #E51F64 Ruby

📋 copy color: '#E51F64'

red 229 ◦ green 31 ◦ blue 100

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

Shades of Ruby #E51F64

Tints of Ruby #E51F64

RGB

 RED value IS 229 (89.84% from 255) = 63.61%

 GREEN value IS 31 (12.5% from 255) = 8.61%

 BLUE value IS 100 (39.45% from 255) = 27.78%

R = 63.61%
G = 8.61%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E51F64 (or 0xE51F64) is known color: Ruby. HEX triplet: E5, 1F and 64. RGB value is (229,31,100). Sum of RGB (Red+Green+Blue) = 229+31+100=360 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.61% from 360); Green value is 31 (12.5% from 255 or 8.61% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 229 - color contains mainly: red. Hex color #E51F64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E51F64 is #1AE09B. Grayscale: #616161. Windows color (decimal): -1761436 or 6561765. OLE color: 6561765.

HSL color Cylindrical-coordinate representation of color #E51F64: hue angle of 339.09º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E51F64 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 31 100 -
CMYK 0 0.86 0.56 0.10
HSL 339.09º 0.79% 0.51% -
HSV(B) 339.09º 0.86% 0.9% -
XYZ 35.1 18.56 13.79 -
YUV 98.07 129.1 221.39 -
System Red Green Blue C M Y K H S L
Decimal 229 31 100 0 0.86 0.56 0.10 339.09 0.79 0.51
Hex E5 1F 64 0 56 38 A 153 4F 33
Octal 345 37 144 0 126 70 12 523 117 63
Binary 11100101 11111 1100100 0 1010110 111000 1010 101010011 1001111 110011

Color Harmonies of #E51F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51F64

Black with #E51F64

Text Example


Text Example

White with #E51F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51F64; }

 p { color: rgb(229,31,100); }

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

background-color css

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

 a { background-color: rgb(229,31,100); }

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

border-color css

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

 span { border-color: rgb(229,31,100); }

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