Html Css Color HEX #E51F74 Ruby

📋 copy color: '#E51F74'

red 229 ◦ green 31 ◦ blue 116

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

Shades of Ruby #E51F74

Tints of Ruby #E51F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.85%

R = 60.9%
G = 8.24%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E51F74 (or 0xE51F74) is known color: Ruby. HEX triplet: E5, 1F and 74. RGB value is (229,31,116). Sum of RGB (Red+Green+Blue) = 229+31+116=376 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.90% from 376); Green value is 31 (12.5% from 255 or 8.24% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 229 - color contains mainly: red. Hex color #E51F74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E51F74 is #1AE08B. Grayscale: #636363. Windows color (decimal): -1761420 or 7610341. OLE color: 7610341.

HSL color Cylindrical-coordinate representation of color #E51F74: hue angle of 334.24º 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 #E51F74 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 31 116 -
CMYK 0 0.86 0.49 0.10
HSL 334.24º 0.79% 0.51% -
HSV(B) 334.24º 0.86% 0.9% -
XYZ 35.96 18.9 18.28 -
YUV 99.89 137.1 220.09 -
System Red Green Blue C M Y K H S L
Decimal 229 31 116 0 0.86 0.49 0.10 334.24 0.79 0.51
Hex E5 1F 74 0 56 31 A 14E 4F 33
Octal 345 37 164 0 126 61 12 516 117 63
Binary 11100101 11111 1110100 0 1010110 110001 1010 101001110 1001111 110011

Color Harmonies of #E51F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51F74

Black with #E51F74

Text Example


Text Example

White with #E51F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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