Html Css Color HEX #E5057A Ruby

📋 copy color: '#E5057A'

red 229 ◦ green 5 ◦ blue 122

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

Shades of Ruby #E5057A

Tints of Ruby #E5057A

RGB

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

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

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

R = 64.33%
G = 1.4%
B = 34.27%

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

#E5057A (or 0xE5057A) is known color: Ruby. HEX triplet: E5, 05 and 7A. RGB value is (229,5,122). Sum of RGB (Red+Green+Blue) = 229+5+122=356 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.33% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 229 - color contains mainly: red. Hex color #E5057A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5057A is #1AFA85. Grayscale: #555555. Windows color (decimal): -1768070 or 7996901. OLE color: 7996901.

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

Color convert

RGB 229 5 122 -
CMYK 0 0.98 0.47 0.10
HSL 328.66º 0.96% 0.46% -
HSV(B) 328.66º 0.98% 0.9% -
XYZ 35.88 18.17 20.03 -
YUV 85.31 148.71 230.49 -
System Red Green Blue C M Y K H S L
Decimal 229 5 122 0 0.98 0.47 0.10 328.66 0.96 0.46
Hex E5 5 7A 0 62 2F A 149 60 2E
Octal 345 5 172 0 142 57 12 511 140 56
Binary 11100101 101 1111010 0 1100010 101111 1010 101001001 1100000 101110

Color Harmonies of #E5057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5057A

Black with #E5057A

Text Example


Text Example

White with #E5057A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5057A; }

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

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

background-color css

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

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

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

border-color css

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

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

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