Html Css Color HEX #E5125F Ruby

📋 copy color: '#E5125F'

red 229 ◦ green 18 ◦ blue 95

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

Shades of Ruby #E5125F

Tints of Ruby #E5125F

RGB

 RED value IS 229 (89.84% from 255) = 66.96%

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

 BLUE value IS 95 (37.5% from 255) = 27.78%

R = 66.96%
G = 5.26%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E5125F (or 0xE5125F) is known color: Ruby. HEX triplet: E5, 12 and 5F. RGB value is (229,18,95). Sum of RGB (Red+Green+Blue) = 229+18+95=342 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.96% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 95 (37.5% from 255 or 27.78% from 342); Max value from RGB is 229 - color contains mainly: red. Hex color #E5125F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5125F is #1AEDA0. Grayscale: #595959. Windows color (decimal): -1764769 or 6230757. OLE color: 6230757.

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

Color convert

RGB 229 18 95 -
CMYK 0 0.92 0.59 0.10
HSL 338.1º 0.85% 0.48% -
HSV(B) 338.1º 0.92% 0.9% -
XYZ 34.59 17.92 12.46 -
YUV 89.87 130.9 227.24 -
System Red Green Blue C M Y K H S L
Decimal 229 18 95 0 0.92 0.59 0.10 338.1 0.85 0.48
Hex E5 12 5F 0 5C 3B A 152 55 30
Octal 345 22 137 0 134 73 12 522 125 60
Binary 11100101 10010 1011111 0 1011100 111011 1010 101010010 1010101 110000

Color Harmonies of #E5125F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5125F

Black with #E5125F

Text Example


Text Example

White with #E5125F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5125F; }

 p { color: rgb(229,18,95); }

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

background-color css

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

 a { background-color: rgb(229,18,95); }

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

border-color css

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

 span { border-color: rgb(229,18,95); }

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