Html Css Color HEX #E5077B Ruby

📋 copy color: '#E5077B'

red 229 ◦ green 7 ◦ blue 123

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

Shades of Ruby #E5077B

Tints of Ruby #E5077B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.26%

R = 63.79%
G = 1.95%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E5077B (or 0xE5077B) is known color: Ruby. HEX triplet: E5, 07 and 7B. RGB value is (229,7,123). Sum of RGB (Red+Green+Blue) = 229+7+123=359 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.79% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 229 - color contains mainly: red. Hex color #E5077B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5077B is #1AF884. Grayscale: #565656. Windows color (decimal): -1767557 or 8062949. OLE color: 8062949.

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

Color convert

RGB 229 7 123 -
CMYK 0 0.97 0.46 0.10
HSL 328.65º 0.94% 0.46% -
HSV(B) 328.65º 0.97% 0.9% -
XYZ 35.96 18.24 20.36 -
YUV 86.6 148.55 229.57 -
System Red Green Blue C M Y K H S L
Decimal 229 7 123 0 0.97 0.46 0.10 328.65 0.94 0.46
Hex E5 7 7B 0 61 2E A 149 5E 2E
Octal 345 7 173 0 141 56 12 511 136 56
Binary 11100101 111 1111011 0 1100001 101110 1010 101001001 1011110 101110

Color Harmonies of #E5077B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5077B

Black with #E5077B

Text Example


Text Example

White with #E5077B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5077B; }

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

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

background-color css

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

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

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

border-color css

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

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

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