Html Css Color HEX #E5047A Ruby

📋 copy color: '#E5047A'

red 229 ◦ green 4 ◦ blue 122

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

Shades of Ruby #E5047A

Tints of Ruby #E5047A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.37%

R = 64.51%
G = 1.13%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E5047A (or 0xE5047A) is known color: Ruby. HEX triplet: E5, 04 and 7A. RGB value is (229,4,122). Sum of RGB (Red+Green+Blue) = 229+4+122=355 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.51% from 355); Green value is 4 (1.95% from 255 or 1.13% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 229 - color contains mainly: red. Hex color #E5047A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5047A is #1AFB85. Grayscale: #545454. Windows color (decimal): -1768326 or 7996645. OLE color: 7996645.

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

Color convert

RGB 229 4 122 -
CMYK 0 0.98 0.47 0.10
HSL 328.53º 0.97% 0.46% -
HSV(B) 328.53º 0.98% 0.9% -
XYZ 35.87 18.15 20.03 -
YUV 84.73 149.04 230.91 -
System Red Green Blue C M Y K H S L
Decimal 229 4 122 0 0.98 0.47 0.10 328.53 0.97 0.46
Hex E5 4 7A 0 62 2F A 149 61 2E
Octal 345 4 172 0 142 57 12 511 141 56
Binary 11100101 100 1111010 0 1100010 101111 1010 101001001 1100001 101110

Color Harmonies of #E5047A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5047A

Black with #E5047A

Text Example


Text Example

White with #E5047A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5047A; }

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

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

background-color css

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

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

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

border-color css

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

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

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