Html Css Color HEX #E8077C Ruby

📋 copy color: '#E8077C'

red 232 ◦ green 7 ◦ blue 124

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

Shades of Ruby #E8077C

Tints of Ruby #E8077C

RGB

 RED value IS 232 (91.02% from 255) = 63.91%

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

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

R = 63.91%
G = 1.93%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E8077C (or 0xE8077C) is known color: Ruby. HEX triplet: E8, 07 and 7C. RGB value is (232,7,124). Sum of RGB (Red+Green+Blue) = 232+7+124=363 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.91% from 363); Green value is 7 (3.12% from 255 or 1.93% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 232 - color contains mainly: red. Hex color #E8077C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8077C is #17F883. Grayscale: #575757. Windows color (decimal): -1570948 or 8128488. OLE color: 8128488.

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

Color convert

RGB 232 7 124 -
CMYK 0 0.97 0.47 0.09
HSL 328.8º 0.94% 0.47% -
HSV(B) 328.8º 0.97% 0.91% -
XYZ 36.99 18.76 20.74 -
YUV 87.61 148.54 230.99 -
System Red Green Blue C M Y K H S L
Decimal 232 7 124 0 0.97 0.47 0.09 328.8 0.94 0.47
Hex E8 7 7C 0 61 2F 9 149 5E 2F
Octal 350 7 174 0 141 57 11 511 136 57
Binary 11101000 111 1111100 0 1100001 101111 1001 101001001 1011110 101111

Color Harmonies of #E8077C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8077C

Black with #E8077C

Text Example


Text Example

White with #E8077C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8077C; }

 p { color: rgb(232,7,124); }

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

background-color css

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

 a { background-color: rgb(232,7,124); }

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

border-color css

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

 span { border-color: rgb(232,7,124); }

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