Html Css Color HEX #E5125C Ruby

📋 copy color: '#E5125C'

red 229 ◦ green 18 ◦ blue 92

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

Shades of Ruby #E5125C

Tints of Ruby #E5125C

RGB

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

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

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

R = 67.55%
G = 5.31%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E5125C (or 0xE5125C) is known color: Ruby. HEX triplet: E5, 12 and 5C. RGB value is (229,18,92). Sum of RGB (Red+Green+Blue) = 229+18+92=339 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.55% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 229 - color contains mainly: red. Hex color #E5125C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5125C is #1AEDA3. Grayscale: #595959. Windows color (decimal): -1764772 or 6034149. OLE color: 6034149.

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

Color convert

RGB 229 18 92 -
CMYK 0 0.92 0.60 0.10
HSL 338.96º 0.85% 0.48% -
HSV(B) 338.96º 0.92% 0.9% -
XYZ 34.46 17.86 11.76 -
YUV 89.53 129.4 227.48 -
System Red Green Blue C M Y K H S L
Decimal 229 18 92 0 0.92 0.60 0.10 338.96 0.85 0.48
Hex E5 12 5C 0 5C 3C A 153 55 30
Octal 345 22 134 0 134 74 12 523 125 60
Binary 11100101 10010 1011100 0 1011100 111100 1010 101010011 1010101 110000

Color Harmonies of #E5125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5125C

Black with #E5125C

Text Example


Text Example

White with #E5125C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5125C; }

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

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

background-color css

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

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

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

border-color css

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

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

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