Html Css Color HEX #E3125D Ruby

📋 copy color: '#E3125D'

red 227 ◦ green 18 ◦ blue 93

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

Shades of Ruby #E3125D

Tints of Ruby #E3125D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.33%

 BLUE value IS 93 (36.72% from 255) = 27.51%

R = 67.16%
G = 5.33%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E3125D (or 0xE3125D) is known color: Ruby. HEX triplet: E3, 12 and 5D. RGB value is (227,18,93). Sum of RGB (Red+Green+Blue) = 227+18+93=338 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.16% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 227 - color contains mainly: red. Hex color #E3125D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3125D is #1CEDA2. Grayscale: #585858. Windows color (decimal): -1895843 or 6099683. OLE color: 6099683.

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

Color convert

RGB 227 18 93 -
CMYK 0 0.92 0.59 0.11
HSL 338.47º 0.85% 0.48% -
HSV(B) 338.47º 0.92% 0.89% -
XYZ 33.87 17.55 11.96 -
YUV 89.04 130.24 226.4 -
System Red Green Blue C M Y K H S L
Decimal 227 18 93 0 0.92 0.59 0.11 338.47 0.85 0.48
Hex E3 12 5D 0 5C 3B B 152 55 30
Octal 343 22 135 0 134 73 13 522 125 60
Binary 11100011 10010 1011101 0 1011100 111011 1011 101010010 1010101 110000

Color Harmonies of #E3125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3125D

Black with #E3125D

Text Example


Text Example

White with #E3125D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3125D; }

 p { color: rgb(227,18,93); }

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

background-color css

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

 a { background-color: rgb(227,18,93); }

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

border-color css

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

 span { border-color: rgb(227,18,93); }

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