Html Css Color HEX #E5047C Ruby

📋 copy color: '#E5047C'

red 229 ◦ green 4 ◦ blue 124

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

Shades of Ruby #E5047C

Tints of Ruby #E5047C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.12%

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

R = 64.15%
G = 1.12%
B = 34.73%

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

#E5047C (or 0xE5047C) is known color: Ruby. HEX triplet: E5, 04 and 7C. RGB value is (229,4,124). Sum of RGB (Red+Green+Blue) = 229+4+124=357 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.15% from 357); Green value is 4 (1.95% from 255 or 1.12% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 229 - color contains mainly: red. Hex color #E5047C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5047C is #1AFB83. Grayscale: #545454. Windows color (decimal): -1768324 or 8127717. OLE color: 8127717.

HSL color Cylindrical-coordinate representation of color #E5047C: hue angle of 328º degrees, saturation: 0.97, 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 #E5047C is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 4 124 -
CMYK 0 0.98 0.46 0.10
HSL 328º 0.97% 0.46% -
HSV(B) 328º 0.98% 0.9% -
XYZ 35.99 18.2 20.68 -
YUV 84.96 150.04 230.74 -
System Red Green Blue C M Y K H S L
Decimal 229 4 124 0 0.98 0.46 0.10 328 0.97 0.46
Hex E5 4 7C 0 62 2E A 148 61 2E
Octal 345 4 174 0 142 56 12 510 141 56
Binary 11100101 100 1111100 0 1100010 101110 1010 101001000 1100001 101110

Color Harmonies of #E5047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5047C

Black with #E5047C

Text Example


Text Example

White with #E5047C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5047C; }

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

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

background-color css

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

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

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

border-color css

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

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

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