Html Css Color HEX #E5077A Ruby

📋 copy color: '#E5077A'

red 229 ◦ green 7 ◦ blue 122

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

Shades of Ruby #E5077A

Tints of Ruby #E5077A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.96%

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

R = 63.97%
G = 1.96%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E5077A (or 0xE5077A) is known color: Ruby. HEX triplet: E5, 07 and 7A. RGB value is (229,7,122). Sum of RGB (Red+Green+Blue) = 229+7+122=358 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.97% from 358); Green value is 7 (3.12% from 255 or 1.96% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 229 - color contains mainly: red. Hex color #E5077A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5077A is #1AF885. Grayscale: #565656. Windows color (decimal): -1767558 or 7997413. OLE color: 7997413.

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

Color convert

RGB 229 7 122 -
CMYK 0 0.97 0.47 0.10
HSL 328.92º 0.94% 0.46% -
HSV(B) 328.92º 0.97% 0.9% -
XYZ 35.9 18.22 20.04 -
YUV 86.49 148.05 229.65 -
System Red Green Blue C M Y K H S L
Decimal 229 7 122 0 0.97 0.47 0.10 328.92 0.94 0.46
Hex E5 7 7A 0 61 2F A 149 5E 2E
Octal 345 7 172 0 141 57 12 511 136 56
Binary 11100101 111 1111010 0 1100001 101111 1010 101001001 1011110 101110

Color Harmonies of #E5077A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5077A

Black with #E5077A

Text Example


Text Example

White with #E5077A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5077A; }

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

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

background-color css

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

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

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

border-color css

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

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

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