Html Css Color HEX #E31474 Ruby

📋 copy color: '#E31474'

red 227 ◦ green 20 ◦ blue 116

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

Shades of Ruby #E31474

Tints of Ruby #E31474

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.51%

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

R = 62.53%
G = 5.51%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E31474 (or 0xE31474) is known color: Ruby. HEX triplet: E3, 14 and 74. RGB value is (227,20,116). Sum of RGB (Red+Green+Blue) = 227+20+116=363 (48% of max value = 765). Red value is 227 (89.06% from 255 or 62.53% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 227 - color contains mainly: red. Hex color #E31474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E31474 is #1CEB8B. Grayscale: #5C5C5C. Windows color (decimal): -1895308 or 7607523. OLE color: 7607523.

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

Color convert

RGB 227 20 116 -
CMYK 0 0.91 0.49 0.11
HSL 332.17º 0.84% 0.48% -
HSV(B) 332.17º 0.91% 0.89% -
XYZ 35.08 18.09 18.17 -
YUV 92.84 141.08 223.69 -
System Red Green Blue C M Y K H S L
Decimal 227 20 116 0 0.91 0.49 0.11 332.17 0.84 0.48
Hex E3 14 74 0 5B 31 B 14C 54 30
Octal 343 24 164 0 133 61 13 514 124 60
Binary 11100011 10100 1110100 0 1011011 110001 1011 101001100 1010100 110000

Color Harmonies of #E31474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31474

Black with #E31474

Text Example


Text Example

White with #E31474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31474; }

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

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

background-color css

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

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

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

border-color css

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

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

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