Html Css Color HEX #E5057C Ruby

📋 copy color: '#E5057C'

red 229 ◦ green 5 ◦ blue 124

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

Shades of Ruby #E5057C

Tints of Ruby #E5057C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.4%

 BLUE value IS 124 (48.83% from 255) = 34.64%

R = 63.97%
G = 1.4%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E5057C (or 0xE5057C) is known color: Ruby. HEX triplet: E5, 05 and 7C. RGB value is (229,5,124). Sum of RGB (Red+Green+Blue) = 229+5+124=358 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.97% from 358); Green value is 5 (2.34% from 255 or 1.40% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 229 - color contains mainly: red. Hex color #E5057C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5057C is #1AFA83. Grayscale: #555555. Windows color (decimal): -1768068 or 8127973. OLE color: 8127973.

HSL color Cylindrical-coordinate representation of color #E5057C: hue angle of 328.12º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E5057C is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 5 124 -
CMYK 0 0.98 0.46 0.10
HSL 328.13º 0.96% 0.46% -
HSV(B) 328.13º 0.98% 0.9% -
XYZ 36.01 18.22 20.69 -
YUV 85.54 149.71 230.32 -
System Red Green Blue C M Y K H S L
Decimal 229 5 124 0 0.98 0.46 0.10 328.13 0.96 0.46
Hex E5 5 7C 0 62 2E A 148 60 2E
Octal 345 5 174 0 142 56 12 510 140 56
Binary 11100101 101 1111100 0 1100010 101110 1010 101001000 1100000 101110

Color Harmonies of #E5057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5057C

Black with #E5057C

Text Example


Text Example

White with #E5057C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5057C; }

 p { color: rgb(229,5,124); }

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

background-color css

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

 a { background-color: rgb(229,5,124); }

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

border-color css

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

 span { border-color: rgb(229,5,124); }

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