Html Css Color HEX #E31978 Ruby

📋 copy color: '#E31978'

red 227 ◦ green 25 ◦ blue 120

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

Shades of Ruby #E31978

Tints of Ruby #E31978

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.72%

 BLUE value IS 120 (47.27% from 255) = 32.26%

R = 61.02%
G = 6.72%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E31978 (or 0xE31978) is known color: Ruby. HEX triplet: E3, 19 and 78. RGB value is (227,25,120). Sum of RGB (Red+Green+Blue) = 227+25+120=372 (49% of max value = 765). Red value is 227 (89.06% from 255 or 61.02% from 372); Green value is 25 (10.16% from 255 or 6.72% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 227 - color contains mainly: red. Hex color #E31978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E31978 is #1CE687. Grayscale: #606060. Windows color (decimal): -1894024 or 7870947. OLE color: 7870947.

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

Color convert

RGB 227 25 120 -
CMYK 0 0.89 0.47 0.11
HSL 331.78º 0.8% 0.49% -
HSV(B) 331.78º 0.89% 0.89% -
XYZ 35.42 18.38 19.45 -
YUV 96.23 141.42 221.28 -
System Red Green Blue C M Y K H S L
Decimal 227 25 120 0 0.89 0.47 0.11 331.78 0.8 0.49
Hex E3 19 78 0 59 2F B 14C 50 31
Octal 343 31 170 0 131 57 13 514 120 61
Binary 11100011 11001 1111000 0 1011001 101111 1011 101001100 1010000 110001

Color Harmonies of #E31978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31978

Black with #E31978

Text Example


Text Example

White with #E31978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31978; }

 p { color: rgb(227,25,120); }

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

background-color css

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

 a { background-color: rgb(227,25,120); }

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

border-color css

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

 span { border-color: rgb(227,25,120); }

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