Html Css Color HEX #E3125C Ruby

📋 copy color: '#E3125C'

red 227 ◦ green 18 ◦ blue 92

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

Shades of Ruby #E3125C

Tints of Ruby #E3125C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.3%

R = 67.36%
G = 5.34%
B = 27.3%

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

#E3125C (or 0xE3125C) is known color: Ruby. HEX triplet: E3, 12 and 5C. RGB value is (227,18,92). Sum of RGB (Red+Green+Blue) = 227+18+92=337 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.36% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 227 - color contains mainly: red. Hex color #E3125C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3125C is #1CEDA3. Grayscale: #585858. Windows color (decimal): -1895844 or 6034147. OLE color: 6034147.

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

Color convert

RGB 227 18 92 -
CMYK 0 0.92 0.59 0.11
HSL 338.76º 0.85% 0.48% -
HSV(B) 338.76º 0.92% 0.89% -
XYZ 33.83 17.54 11.73 -
YUV 88.93 129.74 226.48 -
System Red Green Blue C M Y K H S L
Decimal 227 18 92 0 0.92 0.59 0.11 338.76 0.85 0.48
Hex E3 12 5C 0 5C 3B B 153 55 30
Octal 343 22 134 0 134 73 13 523 125 60
Binary 11100011 10010 1011100 0 1011100 111011 1011 101010011 1010101 110000

Color Harmonies of #E3125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3125C

Black with #E3125C

Text Example


Text Example

White with #E3125C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3125C; }

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

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

background-color css

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

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

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

border-color css

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

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

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