Html Css Color HEX #E51C64 Ruby

📋 copy color: '#E51C64'

red 229 ◦ green 28 ◦ blue 100

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

Shades of Ruby #E51C64

Tints of Ruby #E51C64

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.84%

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

R = 64.15%
G = 7.84%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E51C64 (or 0xE51C64) is known color: Ruby. HEX triplet: E5, 1C and 64. RGB value is (229,28,100). Sum of RGB (Red+Green+Blue) = 229+28+100=357 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.15% from 357); Green value is 28 (11.33% from 255 or 7.84% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 229 - color contains mainly: red. Hex color #E51C64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E51C64 is #1AE39B. Grayscale: #606060. Windows color (decimal): -1762204 or 6560997. OLE color: 6560997.

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

Color convert

RGB 229 28 100 -
CMYK 0 0.88 0.56 0.10
HSL 338.51º 0.79% 0.5% -
HSV(B) 338.51º 0.88% 0.9% -
XYZ 35.03 18.41 13.76 -
YUV 96.31 130.09 222.65 -
System Red Green Blue C M Y K H S L
Decimal 229 28 100 0 0.88 0.56 0.10 338.51 0.79 0.5
Hex E5 1C 64 0 58 38 A 153 4F 32
Octal 345 34 144 0 130 70 12 523 117 62
Binary 11100101 11100 1100100 0 1011000 111000 1010 101010011 1001111 110010

Color Harmonies of #E51C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51C64

Black with #E51C64

Text Example


Text Example

White with #E51C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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