Html Css Color HEX #E31C75 Ruby

📋 copy color: '#E31C75'

red 227 ◦ green 28 ◦ blue 117

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

Shades of Ruby #E31C75

Tints of Ruby #E31C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.45%

R = 61.02%
G = 7.53%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E31C75 (or 0xE31C75) is known color: Ruby. HEX triplet: E3, 1C and 75. RGB value is (227,28,117). Sum of RGB (Red+Green+Blue) = 227+28+117=372 (49% of max value = 765). Red value is 227 (89.06% from 255 or 61.02% from 372); Green value is 28 (11.33% from 255 or 7.53% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 227 - color contains mainly: red. Hex color #E31C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E31C75 is #1CE38A. Grayscale: #616161. Windows color (decimal): -1893259 or 7675107. OLE color: 7675107.

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

Color convert

RGB 227 28 117 -
CMYK 0 0.88 0.48 0.11
HSL 333.17º 0.78% 0.5% -
HSV(B) 333.17º 0.88% 0.89% -
XYZ 35.3 18.45 18.53 -
YUV 97.65 138.93 220.26 -
System Red Green Blue C M Y K H S L
Decimal 227 28 117 0 0.88 0.48 0.11 333.17 0.78 0.5
Hex E3 1C 75 0 58 30 B 14D 4E 32
Octal 343 34 165 0 130 60 13 515 116 62
Binary 11100011 11100 1110101 0 1011000 110000 1011 101001101 1001110 110010

Color Harmonies of #E31C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31C75

Black with #E31C75

Text Example


Text Example

White with #E31C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31C75; }

 p { color: rgb(227,28,117); }

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

background-color css

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

 a { background-color: rgb(227,28,117); }

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

border-color css

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

 span { border-color: rgb(227,28,117); }

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