Html Css Color HEX #E31F74 Ruby

📋 copy color: '#E31F74'

red 227 ◦ green 31 ◦ blue 116

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

Shades of Ruby #E31F74

Tints of Ruby #E31F74

RGB

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

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

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

R = 60.7%
G = 8.29%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E31F74 (or 0xE31F74) is known color: Ruby. HEX triplet: E3, 1F and 74. RGB value is (227,31,116). Sum of RGB (Red+Green+Blue) = 227+31+116=374 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.70% from 374); Green value is 31 (12.5% from 255 or 8.29% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 227 - color contains mainly: red. Hex color #E31F74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E31F74 is #1CE08B. Grayscale: #636363. Windows color (decimal): -1892492 or 7610339. OLE color: 7610339.

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

Color convert

RGB 227 31 116 -
CMYK 0 0.86 0.49 0.11
HSL 333.98º 0.78% 0.51% -
HSV(B) 333.98º 0.86% 0.89% -
XYZ 35.32 18.57 18.25 -
YUV 99.29 137.43 219.09 -
System Red Green Blue C M Y K H S L
Decimal 227 31 116 0 0.86 0.49 0.11 333.98 0.78 0.51
Hex E3 1F 74 0 56 31 B 14E 4E 33
Octal 343 37 164 0 126 61 13 516 116 63
Binary 11100011 11111 1110100 0 1010110 110001 1011 101001110 1001110 110011

Color Harmonies of #E31F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31F74

Black with #E31F74

Text Example


Text Example

White with #E31F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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