Html Css Color HEX #E3125B Ruby

📋 copy color: '#E3125B'

red 227 ◦ green 18 ◦ blue 91

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

Shades of Ruby #E3125B

Tints of Ruby #E3125B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.08%

R = 67.56%
G = 5.36%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E3125B (or 0xE3125B) is known color: Ruby. HEX triplet: E3, 12 and 5B. RGB value is (227,18,91). Sum of RGB (Red+Green+Blue) = 227+18+91=336 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.56% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 227 - color contains mainly: red. Hex color #E3125B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3125B is #1CEDA4. Grayscale: #585858. Windows color (decimal): -1895845 or 5968611. OLE color: 5968611.

HSL color Cylindrical-coordinate representation of color #E3125B: hue angle of 339.04º 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 #E3125B is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 18 91 -
CMYK 0 0.92 0.60 0.11
HSL 339.04º 0.85% 0.48% -
HSV(B) 339.04º 0.92% 0.89% -
XYZ 33.78 17.52 11.5 -
YUV 88.81 129.24 226.56 -
System Red Green Blue C M Y K H S L
Decimal 227 18 91 0 0.92 0.60 0.11 339.04 0.85 0.48
Hex E3 12 5B 0 5C 3C B 153 55 30
Octal 343 22 133 0 134 74 13 523 125 60
Binary 11100011 10010 1011011 0 1011100 111100 1011 101010011 1010101 110000

Color Harmonies of #E3125B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3125B

Black with #E3125B

Text Example


Text Example

White with #E3125B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3125B; }

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

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

background-color css

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

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

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

border-color css

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

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

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